/dflybsd-src/sys/net/ |
H A D | if_clone.c | 61 struct if_clone *ifc; in if_clone_create() local 106 struct if_clone *ifc; in if_clone_destroy() local 141 if_clone_attach(struct if_clone *ifc) in if_clone_attach() 189 if_clone_detach(struct if_clone *ifc) in if_clone_detach() 204 struct if_clone *ifc; in if_clone_list() local 272 if_clone_match(struct if_clone *ifc, const char *name) in if_clone_match() 298 struct if_clone *ifc; in if_clone_lookup() local 316 if_clone_alloc_unit(struct if_clone *ifc, int *unit) in if_clone_alloc_unit() 361 if_clone_free_unit(struct if_clone *ifc, int unit) in if_clone_free_unit() 378 if_clone_createif(struct if_clone *ifc, int unit, caddr_t params, caddr_t data) in if_clone_createif()
|
H A D | if_loop.c | 106 lo_clone_create(struct if_clone *ifc, int unit, in lo_clone_create()
|
H A D | if.c | 2493 struct ifconf *ifc = (struct ifconf *)data; in ifconf() local
|
/dflybsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 93 struct ifc { /* Configuration of an interface */ struct 94 char *ifc_name; /* if name */ argument 95 struct ifc *ifc_next; argument 96 int ifc_index; /* if index */ argument 97 int ifc_mtu; /* if mtu */ argument 98 int ifc_metric; /* if metric */ argument 99 u_int ifc_flags; /* flags */ argument 100 short ifc_cflags; /* IFC_XXX */ argument 101 struct in6_addr ifc_mylladdr; /* my link-local address */ argument 102 struct sockaddr_in6 ifc_ripsin; /* rip multicast address */ argument [all …]
|
/dflybsd-src/test/ifconf/ |
H A D | ifconf.c | 34 struct ifconf ifc; in main() local
|
/dflybsd-src/contrib/smbfs/lib/smb/ |
H A D | nb_net.c | 104 struct ifconf ifc; in nb_enum_if() local
|
/dflybsd-src/libexec/rbootd/ |
H A D | bpf.c | 209 struct ifconf ifc; in BpfGetIntfName() local
|
/dflybsd-src/games/hunt/hunt/ |
H A D | list.c | 218 struct ifconf ifc; in probe_drivers() local
|
/dflybsd-src/sys/net/ipfw3_basic/ |
H A D | ip_fw3_log.c | 144 ip_fw3_log_clone_create(struct if_clone *ifc, int unit, in ip_fw3_log_clone_create()
|
/dflybsd-src/libexec/bootpd/ |
H A D | getether.c | 131 struct ifconf ifc; in getether() local
|
/dflybsd-src/sys/net/pf/ |
H A D | if_pflog.c | 113 pflog_clone_create(struct if_clone *ifc, int unit, in pflog_clone_create()
|
H A D | if_pfsync.c | 132 pfsync_clone_create(struct if_clone *ifc, int unit, in pfsync_clone_create()
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_pf.c | 146 usbpf_clone_create(struct if_clone *ifc, int unit, caddr_t params, in usbpf_clone_create()
|
/dflybsd-src/sys/dev/raid/dpt/ |
H A D | dpt_scsi.c | 279 u_int ifc, u_int code, u_int code2) in dpt_send_immediate() 1098 u_int ifc, u_int code, u_int code2) in dpt_send_eata_command()
|
/dflybsd-src/sys/net/gif/ |
H A D | if_gif.c | 138 gif_clone_create(struct if_clone *ifc, int unit, in gif_clone_create()
|
/dflybsd-src/sys/net/gre/ |
H A D | if_gre.c | 186 gre_clone_create(struct if_clone *ifc, int unit, in gre_clone_create()
|
/dflybsd-src/usr.sbin/arp/ |
H A D | arp.c | 699 struct ifconf ifc; in get_ether_addr() local
|
/dflybsd-src/sys/net/vlan/ |
H A D | if_vlan.c | 448 vlan_clone_create(struct if_clone *ifc, int unit, in vlan_clone_create()
|
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | dhcpcd.h | 129 int ifc; /* listed interfaces */ member
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_dragonfly.c | 80 wlan_clone_create(struct if_clone *ifc, int unit, caddr_t params, in wlan_clone_create()
|
/dflybsd-src/sys/net/lagg/ |
H A D | if_lagg.c | 294 lagg_clone_create(struct if_clone *ifc, int unit, in lagg_clone_create()
|
/dflybsd-src/sys/netinet/ |
H A D | ip_carp.c | 618 carp_clone_create(struct if_clone *ifc, int unit, in carp_clone_create()
|
/dflybsd-src/sys/net/bridge/ |
H A D | if_bridge.c | 707 bridge_clone_create(struct if_clone *ifc, int unit, in bridge_clone_create()
|
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_freebsd.c | 473 struct isp_fc_device *ifc = (struct isp_fc_device *) addr; in ispioctl() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genmatch.c | 4534 if_expr *ifc = new if_expr (active_ifs[i-1]->location); in parse_simplify() local
|