OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_nametoindex
(Results
1 - 25
of
73
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/net/
if_.d
43
uint
if_nametoindex
(const scope char*);
59
uint
if_nametoindex
(const scope char*);
74
uint
if_nametoindex
(const scope char*);
89
uint
if_nametoindex
(const scope char*);
104
uint
if_nametoindex
(const scope char*);
119
uint
if_nametoindex
(const scope char*);
134
uint
if_nametoindex
(const scope char*);
143
uint
if_nametoindex
(const scope char*);
156
uint
if_nametoindex
(const scope char*);
/src/tests/lib/libc/net/
t_if_nametoindex.c
53
atf_tc_set_md_var(tc, "descr", "Check that
if_nametoindex
(3) works");
60
r =
if_nametoindex
("lo0");
64
r =
if_nametoindex
("foo");
/src/lib/librumpres/
Makefile
22
SRCS+= if_indextoname.c
if_nametoindex
.c
/src/lib/libc/net/
if_nametoindex.c
1
/* $NetBSD:
if_nametoindex
.c,v 1.6 2018/08/22 03:12:31 msaitoh Exp $ */
2
/* $KAME:
if_nametoindex
.c,v 1.6 2000/11/24 08:18:54 itojun Exp $ */
26
* BSDI Id:
if_nametoindex
.c,v 2.3 2000/04/17 22:38:05 dab Exp
31
__RCSID("$NetBSD:
if_nametoindex
.c,v 1.6 2018/08/22 03:12:31 msaitoh Exp $");
50
__weak_alias(
if_nametoindex
,_if_nametoindex)
65
* unsigned int
if_nametoindex
(const char *ifname);
74
if_nametoindex
(const char *ifname)
Makefile.inc
27
SRCS+= if_indextoname.c if_nameindex.c
if_nametoindex
.c
120
if_indextoname.3
if_nametoindex
.3 if_indextoname.3 if_nameindex.3 \
/src/external/bsd/ntp/dist/libntp/lib/isc/
netscope.c
60
(ifid =
if_nametoindex
((const char *)scopename)) != 0)
/src/external/bsd/wpa/dist/src/ap/
vlan_ifconfig.c
68
return
if_nametoindex
(ifname);
vlan_full.c
150
if_index =
if_nametoindex
(if_name);
210
if_index =
if_nametoindex
(if_name);
620
if (
if_nametoindex
(vlan->ifname) && vlan_if_remove(hapd, vlan))
675
if (del &&
if_nametoindex
(ifname)) {
/src/external/mpl/bind/dist/lib/isc/
netscope.c
57
(ifid =
if_nametoindex
((const char *)scopename)) != 0)
interfaceiter.c
118
zone =
if_nametoindex
(ifname);
/src/external/mpl/dhcp/bind/dist/lib/isc/
netscope.c
57
(ifid =
if_nametoindex
((const char *)scopename)) != 0)
/src/lib/npf/ext_log/
npfext_log.c
75
if_idx =
if_nametoindex
(param);
110
if_idx =
if_nametoindex
(param);
/src/tests/net/if_vlan/
siocXmulti.c
85
ifidx =
if_nametoindex
(argv[ARG_IFNAME]);
87
err(1, "
if_nametoindex
(%s)", argv[ARG_IFNAME]);
/src/external/bsd/wpa/dist/src/drivers/
driver_wired_common.c
241
if_nametoindex
(common->ifname),
290
if_nametoindex
(common->ifname),
linux_ioctl.c
155
ifindex =
if_nametoindex
(ifname);
189
ifindex =
if_nametoindex
(ifname);
/src/usr.sbin/ldpd/
socketops.c
147
lastifindex ==
if_nametoindex
(ifb->ifa_name))
149
lastifindex =
if_nametoindex
(ifb->ifa_name);
237
if (lastifindex ==
if_nametoindex
(ifb->ifa_name))
240
if_nametoindex
(ifb->ifa_name);
508
lastifindex ==
if_nametoindex
(ifb->ifa_name))
512
if (lastifindex ==
if_nametoindex
(ifb->ifa_name))
524
lastifindex =
if_nametoindex
(ifb->ifa_name);
587
if (lastifindex ==
if_nametoindex
(ifb->ifa_name))
589
lastifindex =
if_nametoindex
(ifb->ifa_name);
638
if (
if_nametoindex
(ifb->ifa_name) != sdl->sdl_index
[
all
...]
/src/usr.sbin/rip6query/
rip6query.c
88
ifidx =
if_nametoindex
(optarg);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ifpermit.c
86
permit_name->ifindex =
if_nametoindex
(name);
88
ERROR("
if_nametoindex
for interface " PUB_S_SRP " returned 0.", name);
/src/usr.sbin/mld6query/
mld6.c
104
ifindex = (u_short)
if_nametoindex
(argv[0]);
/src/usr.sbin/wlanctl/
wlanctl.c
212
else if ((ifindex =
if_nametoindex
(ifname_arg)) == 0) {
213
warn("
if_nametoindex
");
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c
105
server->advertise_interface =
if_nametoindex
("lo0"); // Test is local to the device.
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_getifaddrs.c
237
iter->current.ifindex =
if_nametoindex
(iter->current.name);
ifiter_ioctl.c
598
iter->current.ifindex =
if_nametoindex
(iter->current.name);
677
iter->current.ifindex =
if_nametoindex
(iter->current.name);
859
iter->current.ifindex =
if_nametoindex
(iter->current.name);
884
iter->current.ifindex =
if_nametoindex
(iter->current.name);
interfaceiter.c
133
zone =
if_nametoindex
(ifname);
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
interfaceiter.c
117
zone =
if_nametoindex
(ifname);
Completed in 45 milliseconds
1
2
3
Indexes created Sat Feb 28 05:31:39 UTC 2026