Home
last modified time | relevance | path

Searched refs:netif (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/ipfilter/lib/
HDgetifname.c56 struct ifnet netif;
63 if (kmemcpy((char *)&netif, (u_long)ptr, sizeof(netif)) == -1)
68 return strdup(netif.if_xname);
70 if (kstrncpy(buf, (u_long)netif.if_name, sizeof(buf)) == -1)
72 if (netif.if_unit < 10)
74 else if (netif.if_unit < 1000)
76 else if (netif.if_unit < 10000)
81 sprintf(buf + strlen(buf), "%d", netif.if_unit % 10000);
/NextBSD/lib/libstand/
HDnetif.h13 int (*netif_match)(struct netif *, void *);
14 int (*netif_probe)(struct netif *, void *);
18 void (*netif_end)(struct netif *);
42 struct netif { struct
55 struct netif *netif_select(void *); argument
56 int netif_probe(struct netif *, void *);
57 void netif_attach(struct netif *, struct iodesc *, void *);
58 void netif_detach(struct netif *);
HDnetif.c80 struct netif *nif; in netif_match()
93 struct netif *
99 struct netif cur_if;
100 static struct netif best_if;
166 struct netif *nif; in netif_probe()
180 struct netif *nif; in netif_attach()
203 struct netif *nif; in netif_detach()
227 struct netif *nif = desc->io_netif;
257 struct netif *nif = desc->io_netif;
297 struct netif *nif;
[all …]
HDiodesc.h49 struct netif *io_netif;
HDMakefile139 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
/NextBSD/sys/boot/uboot/lib/
HDnet.c50 static int net_probe(struct netif *, void *);
51 static int net_match(struct netif *, void *);
55 static void net_end(struct netif *);
192 net_match(struct netif *nif, void *machdep_hint) in net_match()
204 net_probe(struct netif *nif, void *machdep_hint) in net_probe()
231 struct netif *nif = desc->io_netif; in net_put()
270 struct netif *nif = desc->io_netif; in net_get()
310 struct netif *nif = desc->io_netif; in net_init()
347 net_end(struct netif *nif) in net_end()
/NextBSD/sys/boot/efi/libefi/
HDefinet.c46 static void efinet_end(struct netif *);
49 static int efinet_match(struct netif *, void *);
50 static int efinet_probe(struct netif *, void *);
100 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match()
110 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe()
119 struct netif *nif = desc->io_netif; in efinet_put()
147 struct netif *nif = desc->io_netif; in efinet_get()
182 struct netif *nif = desc->io_netif; in efinet_init()
235 efinet_end(struct netif *nif) in efinet_end()
/NextBSD/tools/regression/ipsec/
HDipsec6.t14 netif="lo0"
21 ifconfig $netif inet6 alias 1::1
22 ifconfig $netif inet6 alias 2::1
103 ifconfig $netif inet6 1::1 delete
104 ifconfig $netif inet6 2::1 delete
HDipsec.t14 netif="lo0"
21 ifconfig $netif alias ${ipbase}.0.1/24
22 ifconfig $netif alias ${ipbase}.1.1/24
103 ifconfig $netif -alias ${ipbase}.0.1
104 ifconfig $netif -alias ${ipbase}.1.1
/NextBSD/sys/boot/ofw/libofw/
HDofw_net.c46 static int ofwn_probe(struct netif *, void *);
47 static int ofwn_match(struct netif *, void *);
51 static void ofwn_end(struct netif *);
79 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match()
85 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe()
231 ofwn_end(struct netif *nif) in ofwn_end()
/NextBSD/sys/boot/powerpc/ps3/
HDps3net.c55 static int ps3net_probe(struct netif *, void *);
56 static int ps3net_match(struct netif *, void *);
60 static void ps3net_end(struct netif *);
94 ps3net_match(struct netif *nif, void *machdep_hint) in ps3net_match()
100 ps3net_probe(struct netif *nif, void *machdep_hint) in ps3net_probe()
274 ps3net_end(struct netif *nif) in ps3net_end()
/NextBSD/etc/
HDpccard_ether84 /etc/rc.d/netif quietstart $ifn
105 /etc/rc.d/netif quietstop $ifn
123 /etc/rc.d/netif quietstart $child
130 /etc/rc.d/netif quietstop $child
HDnetstart50 /etc/rc.d/netif ${_start}
/NextBSD/sys/boot/i386/libi386/
HDpxe.c83 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
84 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
89 static void pxe_netif_end(struct netif *nif);
589 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match()
596 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe()
615 pxe_netif_end(struct netif *nif) in pxe_netif_end()
/NextBSD/contrib/hyperv/tools/scripts/
HDhv_get_dhcp_info17 load_rc_config netif
/NextBSD/etc/rc.d/
HDatm349 atm_nif=`atm sh netif | { read junk ; \
HDatm1114 atm set netif ${phy} ${netif_args} || continue
HDMakefile76 netif \
/NextBSD/tests/etc/rc.d/
HDrouting_test.sh64 service netif start ${TAP}
/NextBSD/sys/dev/xen/netfront/
HDnetfront.c247 #define netfront_carrier_on(netif) ((netif)->carrier = 1) argument
248 #define netfront_carrier_off(netif) ((netif)->carrier = 0) argument
249 #define netfront_carrier_ok(netif) ((netif)->carrier) argument
/NextBSD/sys/xen/interface/io/
HDring.h109 } netif; \
/NextBSD/sys/mips/rmi/
HDrootfs_list.txt247 ./etc/rc.d/netif
/NextBSD/contrib/amd/doc/
HDam-utils.texi5968 | netif
5995 * FSinfo netif Option:: FSinfo host netif.
6002 @node FSinfo netif Option, FSinfo config Option, , FSinfo host attributes
6004 @subsection netif Option
6014 netif : "netif" @var{<string>} "@{" @i{list(}netif_attrs@i{)} "@}" ;
6024 netif ie0 @{
6030 netif ec0 @{ @}
6033 @node FSinfo config Option, FSinfo arch Option, FSinfo netif Option, FSinfo host attributes
6821 @item netif field @var{field-name} already set
8650 @c LocalWords: volname attrs netif dougal inaddr hwaddr ec mountmaps passno xy
/NextBSD/contrib/gcc/
HDFSFChangeLog.105711 * fixincludes: Avoid clobbering VxWorks drv/netif/if_med.h file.