Correct and standardize some naming used in the previous commits.

This commit is contained in:
Gregory Nutt
2017-10-30 14:16:37 -06:00
parent dafc88ed25
commit 6b9d23c6aa
29 changed files with 51 additions and 51 deletions

View File

@@ -108,7 +108,7 @@ static int _netlib_ipv6adaptor(FAR const struct in6_addr *destipaddr,
lifc.lifc_req = NULL;
lifc.lifc_len = 0;
sd = socket(AF_INET6, NETLIB_SOCK_IOCTL, 0);
sd = socket(AF_INET6, NETLIB_SOCK_TYPE, 0);
if (sd < 0)
{
ret = -errno;