HomeSort by: relevance | last modified time | path
    Searched defs:llastr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 1392 char ip6buf[INET6_ADDRSTRLEN], llabuf[LLA_ADDRSTRLEN], *llastr; local in function:nd6_dad_duplicated
1404 llastr = NULL;
1406 llastr = lla_snprintf(llabuf, sizeof(llabuf),
1410 if_name(ifp), IN6_PRINT(ip6buf, &ia->ia_addr.sin6_addr), llastr);
  /src/sys/netinet/
if_arp.c 1000 char llabuf[LLA_ADDRSTRLEN], *llastr; local in function:in_arpinput
1002 llastr = lla_snprintf(llabuf, sizeof(llabuf),
1011 " for %s\n", llastr, IN_PRINT(ipbuf, &isaddr));
1021 llastr,
1030 IN_PRINT(ipbuf, &isaddr), llastr);
1762 const char *iastr, *llastr; local in function:arp_dad_duplicated
1766 llastr = NULL;
1768 llastr = lla_snprintf(llabuf, sizeof(llabuf),
1774 if_name(ifp), iastr, llastr);
1781 if_name(ifp), iastr, llastr);
    [all...]

Completed in 13 milliseconds