OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:if_findindex
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd-6.8.2/
if.h
101
struct interface *
if_findindex
(struct if_head *, unsigned int);
if-bsd.c
523
rt->iface =
if_findindex
(ctx->ifaces, rtm->rtm_index);
912
rt->iface =
if_findindex
(ctx->ifaces, rtm->rtm_index);
1197
ifp =
if_findindex
(ctx->ifaces, ifm->ifm_index);
1274
ifp =
if_findindex
(ctx->ifaces, ifam->ifam_index);
[
all
...]
if-linux.c
435
rt->iface =
if_findindex
(ctx->ifaces,
496
rt->iface =
if_findindex
(ctx->ifaces,
600
if ((ifp =
if_findindex
(ctx->ifaces, ifa->ifa_index)) == NULL) {
[
all
...]
if.c
621
if_findindex
(struct if_head *ifaces, unsigned int idx)
function
Completed in 205 milliseconds