OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifam_index
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/compat/common/
rtsock_70.c
84
ifam.
ifam_index
= ifp->if_index;
108
ifam->
ifam_index
= ifa->ifa_ifp->if_index;
/src/sys/compat/net/
if.h
203
u_short
ifam_index
; /* index for associated ifp */
member in struct:ifa_msghdr50
236
u_short
ifam_index
; /* index for associated ifp */
member in struct:ifa_msghdr70
/src/lib/libc/net/
getifaddrs.c
127
if (idx && ifam->
ifam_index
!= idx)
220
if (idx && ifam->
ifam_index
!= idx)
/src/usr.sbin/rtadvd/
if.c
264
if (ifindex && ifam->
ifam_index
!= ifindex)
323
return ifam->
ifam_index
;
/src/sys/net/
rtsock.c
262
ifam->
ifam_index
= ifa->ifa_ifp->if_index;
if.h
816
u_short
ifam_index
; /* index for associated ifp */
member in struct:ifa_msghdr
rtsock_shared.c
1526
ifam.
ifam_index
= ifp->if_index;
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
1765
int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->
ifam_index
;
1795
result |= 1 << pRSMsg->
ifam_index
;
/src/usr.sbin/route6d/
route6d.c
1547
* ifam->
ifam_index
. For simplicity we don't do that here.
1631
if (ifam->
ifam_index
< nindex2ifc)
1632
ifcp = index2ifc[ifam->
ifam_index
];
1636
trace(1, "\tinvalid
ifam_index
%d, ignored\n",
1637
ifam->
ifam_index
);
/src/external/bsd/dhcpcd/dist/src/
if-bsd.c
1370
if ((ifp = if_findindex(ctx->ifaces, ifam->
ifam_index
)) == NULL)
Completed in 30 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026