/openbsd-src/usr.bin/systat/ |
H A D | if.c | 401 if_err_ifails(const struct ifcount *ifc) in if_err_ifails() argument 407 if_err_ofails(const struct ifcount *ifc) in if_err_ofails() argument 413 if_err_ierrors(const struct ifcount *ifc) in if_err_ierrors() argument 419 if_err_oerrors(const struct ifcount *ifc) in if_err_oerrors() argument 425 if_err_iqdrops(const struct ifcount * ifc) if_err_iqdrops() argument 431 if_err_oqdrops(const struct ifcount * ifc) if_err_oqdrops() argument [all...] |
/openbsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 89 struct ifc { /* Configuration of an interface */ struct 90 char *ifc_name; /* if name */ argument 91 struct ifc *ifc_next; argument 92 int ifc_index; /* if index */ argument 93 int ifc_mtu; /* if mtu */ argument 94 int ifc_metric; /* if metric */ argument 95 u_int ifc_flags; /* flags */ argument 96 short ifc_cflags; /* IFC_XXX */ argument 97 struct in6_addr ifc_mylladdr; /* my link-local address */ argument 98 struct sockaddr_in6 ifc_ripsin; /* rip multicast address */ argument [all …]
|
/openbsd-src/usr.sbin/map-mbone/ |
H A D | mapper.c | 129 Interface *ifc; in find_interface() local 147 Interface *ifc; find_neighbor() local 309 Interface *ifc; accept_neighbors() local 444 Interface *ifc; accept_neighbors2() local 631 Interface *ifc; print_map() local 691 Interface *ifc; graph_edges() local 738 Interface *ifc; elide_aliases() local [all...] |
/openbsd-src/sys/net/ |
H A D | if_pair.c | 106 pair_clone_create(struct if_clone *ifc, int unit) in pair_clone_create() 196 struct if_clone *ifc; in pairioctl() local
|
H A D | if_tun.c | 170 tun_clone_create(struct if_clone * ifc,int unit) tun_clone_create() argument 176 tap_clone_create(struct if_clone * ifc,int unit) tap_clone_create() argument 215 tun_create(struct if_clone * ifc,int unit,int flags) tun_create() argument 381 tun_dev_open(dev_t dev,const struct if_clone * ifc,int mode,struct proc * p) tun_dev_open() argument
|
H A D | if_vether.c | 73 vether_clone_create(struct if_clone *ifc, int unit) in vether_clone_create()
|
H A D | if_loop.c | 167 loop_clone_create(struct if_clone *ifc, int unit) in loop_clone_create() argument
|
H A D | if_pflog.c | 98 pflog_clone_create(struct if_clone *ifc, int unit) in pflog_clone_create()
|
H A D | if.c | 1316 struct if_clone *ifc; if_clone_create() local 1354 struct if_clone *ifc; if_clone_destroy() local 1397 struct if_clone *ifc; if_clone_lookup() local 1441 if_clone_attach(struct if_clone * ifc) if_clone_attach() argument 1461 struct if_clone *ifc; if_clone_list() local 2702 struct ifconf *ifc = (struct ifconf *)data; ifconf() local [all...] |
H A D | if_enc.c | 67 enc_clone_create(struct if_clone *ifc, int unit) in enc_clone_create()
|
H A D | if_mpe.c | 95 mpe_clone_create(struct if_clone *ifc, int unit) in mpe_clone_create()
|
H A D | if_sec.c | 122 sec_clone_create(struct if_clone *ifc, int unit) in sec_clone_create()
|
H A D | if_gre.c | 562 gre_clone_create(struct if_clone * ifc,int unit) gre_clone_create() argument 632 mgre_clone_create(struct if_clone * ifc,int unit) mgre_clone_create() argument 691 egre_clone_create(struct if_clone * ifc,int unit) egre_clone_create() argument 746 nvgre_clone_create(struct if_clone * ifc,int unit) nvgre_clone_create() argument 826 eoip_clone_create(struct if_clone * ifc,int unit) eoip_clone_create() argument [all...] |
H A D | if_mpip.c | 88 mpip_clone_create(struct if_clone *ifc, int unit) in mpip_clone_create()
|
H A D | if_mpw.c | 84 mpw_clone_create(struct if_clone *ifc, int unit) in mpw_clone_create()
|
H A D | if_gif.c | 146 gif_clone_create(struct if_clone *ifc, int unit) in gif_clone_create()
|
H A D | if_ppp.c | 204 ppp_clone_create(struct if_clone *ifc, int unit) in ppp_clone_create()
|
H A D | if_etherip.c | 134 etherip_clone_create(struct if_clone * ifc,int unit) etherip_clone_create() argument
|
H A D | if_pflow.c | 160 pflow_clone_create(struct if_clone *ifc, int unit) in pflow_clone_create()
|
/openbsd-src/sys/dev/usb/ |
H A D | usb_subr.c | 475 struct usbd_interface *ifc = &dev->ifaces[ifaceno]; in usbd_fill_iface_data() local 514 usbd_parse_idesc(struct usbd_device *dev, struct usbd_interface *ifc) in usbd_parse_idesc() 572 struct usbd_interface *ifc = &dev->ifaces[ifcno]; in usbd_free_iface_data() local
|
/openbsd-src/games/hunt/hunt/ |
H A D | list.c | 213 struct ifconf ifc; in probe_drivers() local
|
/openbsd-src/usr.sbin/ospf6d/ |
H A D | kroute.c | 969 struct ifaddrchange ifc; in if_newaddr() local 1043 struct ifaddrchange ifc; in if_deladdr() local [all...] |
H A D | ospfe.c | 253 struct ifaddrchange *ifc; ospfe_dispatch_main() local
|
/openbsd-src/usr.sbin/nsd/ |
H A D | xfrd.c | 1726 struct acl_options* ifc) in xfrd_send_udp() 1780 xfrd_bind_local_interface(int sockd, struct acl_options* ifc, in xfrd_bind_local_interface()
|
/openbsd-src/usr.sbin/ospfd/ |
H A D | ospfe.c | 264 struct ifaddrchange *ifc; ospfe_dispatch_main() local
|