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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h105 #define IP6FW_IFNLEN IFNAMSIZ macro
106 char name[IP6FW_IFNLEN];
H A Dip6_fw.c385 if (strncmp(ifp->if_name, ifu->fu_via_if.name, IP6FW_IFNLEN))
923 ftmp->fw_in_if.fu_via_if.name[IP6FW_IFNLEN - 1] = '\0';
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c187 char ifnb[IP6FW_IFNLEN+1];
190 strncpy(ifnb, un->fu_via_if.name, IP6FW_IFNLEN);
191 ifnb[IP6FW_IFNLEN]='\0';

Completed in 189 milliseconds