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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c704 * Boundary check for ifindex is assumed to be already done.
1983 u_int loop, ifindex; local
2032 bcopy(mtod(m, u_int *), &ifindex, sizeof(ifindex)); local
2033 if (ifindex < 0 || if_index < ifindex) {
2037 ifp = ifindex2ifnet[ifindex];
2360 u_int *hlim, *loop, *ifindex; local
2367 ifindex = mtod(*mp, u_int *);
2370 *ifindex
[all...]
H A Dnd6.h180 u_long ifindex; member in struct:in6_ndifreq
H A Dnd6_rtr.c2157 int ifindex)
2161 if (ifindex < 0 || if_index < ifindex)
2165 if (nd6_defifindex != ifindex) {
2166 nd6_defifindex = ifindex;
2156 nd6_setdefaultiface( int ifindex) argument
H A Dnd6.c1664 ndif->ifindex = nd6_defifindex;
1667 return(nd6_setdefaultiface(ndif->ifindex));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c2471 int ifindex; local
2477 ifindex = ntohl(a->s_addr) & 0xffffff;
2479 if (ifindex < 0 || if_index < ifindex) {
2483 ifp = ifindex2ifnet[ifindex];
2486 *ifindexp = ifindex;
2507 int ifindex; local
2560 ifp = ip_multicast_if(&addr, &ifindex);
2566 if (ifindex)

Completed in 167 milliseconds