Home
last modified time | relevance | path

Searched defs:ifc (Results 1 – 25 of 28) sorted by relevance

12

/dflybsd-src/sys/net/
H A Dif_clone.c61 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 Dif_loop.c106 lo_clone_create(struct if_clone *ifc, int unit, in lo_clone_create()
H A Dif.c2493 struct ifconf *ifc = (struct ifconf *)data; in ifconf() local
/dflybsd-src/usr.sbin/route6d/
H A Droute6d.c93 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 Difconf.c34 struct ifconf ifc; in main() local
/dflybsd-src/contrib/smbfs/lib/smb/
H A Dnb_net.c104 struct ifconf ifc; in nb_enum_if() local
/dflybsd-src/libexec/rbootd/
H A Dbpf.c209 struct ifconf ifc; in BpfGetIntfName() local
/dflybsd-src/games/hunt/hunt/
H A Dlist.c218 struct ifconf ifc; in probe_drivers() local
/dflybsd-src/sys/net/ipfw3_basic/
H A Dip_fw3_log.c144 ip_fw3_log_clone_create(struct if_clone *ifc, int unit, in ip_fw3_log_clone_create()
/dflybsd-src/libexec/bootpd/
H A Dgetether.c131 struct ifconf ifc; in getether() local
/dflybsd-src/sys/net/pf/
H A Dif_pflog.c113 pflog_clone_create(struct if_clone *ifc, int unit, in pflog_clone_create()
H A Dif_pfsync.c132 pfsync_clone_create(struct if_clone *ifc, int unit, in pfsync_clone_create()
/dflybsd-src/sys/bus/u4b/
H A Dusb_pf.c146 usbpf_clone_create(struct if_clone *ifc, int unit, caddr_t params, in usbpf_clone_create()
/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt_scsi.c279 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 Dif_gif.c138 gif_clone_create(struct if_clone *ifc, int unit, in gif_clone_create()
/dflybsd-src/sys/net/gre/
H A Dif_gre.c186 gre_clone_create(struct if_clone *ifc, int unit, in gre_clone_create()
/dflybsd-src/usr.sbin/arp/
H A Darp.c699 struct ifconf ifc; in get_ether_addr() local
/dflybsd-src/sys/net/vlan/
H A Dif_vlan.c448 vlan_clone_create(struct if_clone *ifc, int unit, in vlan_clone_create()
/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcpcd.h129 int ifc; /* listed interfaces */ member
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c80 wlan_clone_create(struct if_clone *ifc, int unit, caddr_t params, in wlan_clone_create()
/dflybsd-src/sys/net/lagg/
H A Dif_lagg.c294 lagg_clone_create(struct if_clone *ifc, int unit, in lagg_clone_create()
/dflybsd-src/sys/netinet/
H A Dip_carp.c618 carp_clone_create(struct if_clone *ifc, int unit, in carp_clone_create()
/dflybsd-src/sys/net/bridge/
H A Dif_bridge.c707 bridge_clone_create(struct if_clone *ifc, int unit, in bridge_clone_create()
/dflybsd-src/sys/dev/disk/isp/
H A Disp_freebsd.c473 struct isp_fc_device *ifc = (struct isp_fc_device *) addr; in ispioctl() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmatch.c4534 if_expr *ifc = new if_expr (active_ifs[i-1]->location); in parse_simplify() local

12