Searched refs:ifwidth (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/ndp/
H A Dndp.c469 int ifwidth; local
574 ifwidth = strlen(ifname);
575 if (W_ADDR + W_LL + W_IF - addrwidth - llwidth > ifwidth)
576 ifwidth = W_ADDR + W_LL + W_IF - addrwidth - llwidth;
579 host_buf, llwidth, llwidth, ether_str(sdl), ifwidth,
580 ifwidth, ifname);

Completed in 116 milliseconds