| /freebsd-14.2/tools/regression/netinet/msocket_ifnet_remove/ |
| H A D | msocket_ifnet_remove.c | 129 ifconfig_inet(char *ifname, int ifunit, char *ip, char *netmask) in ifconfig_inet() argument 143 ifunit); in ifconfig_inet() 157 ifunit, ip); in ifconfig_inet()
|
| /freebsd-14.2/sys/net/ |
| H A D | if_clone.c | 393 if (ifunit(name) != NULL) in if_clone_createif_nl() 576 *ifpp = ifunit(name); in ifc_advanced_create_wrapper() 618 *ifpp = ifunit(name); in ifc_simple_create_wrapper() 843 if (ifunit(name) != NULL) { in ifc_alloc_unit_specific()
|
| H A D | if_epair.c | 677 if (ifunit(name) != NULL) { in epair_handle_unit() 683 if (ifunit(name) != NULL) { in epair_handle_unit()
|
| H A D | route.c | 385 return (ifunit(if_name)); in info_get_ifp()
|
| H A D | if_var.h | 524 if_t ifunit(const char *);
|
| H A D | debugnet.c | 1080 ifp = ifunit(db_tok_string); in debugnet_parse_ddb_cmd()
|
| H A D | if_bridge.c | 1249 ifs = ifunit(req->ifbr_ifsname); in bridge_ioctl_add() 1806 ifs = ifunit(req->ifbr_ifsname); in bridge_ioctl_addspan() 1845 ifs = ifunit(req->ifbr_ifsname); in bridge_ioctl_delspan()
|
| H A D | if.c | 1330 difp = ifunit(ifname); in if_vmove_loan() 1386 ifp = ifunit(ifname); /* XXX Lock to avoid races. */ in if_vmove_reclaim() 2270 ifunit(const char *name) in ifunit() function 3142 if (ifunit(new_name) != NULL) in if_rename()
|
| H A D | bpf.c | 2094 theywant = ifunit(ifr->ifr_name); in bpf_setif()
|
| H A D | if_lagg.c | 1031 ifunit(rp->rp_portname) != ifp) { in lagg_port_ioctl()
|
| H A D | if_ovpn.c | 2458 if (ifunit(name) != NULL) in ovpn_clone_create()
|
| /freebsd-14.2/sys/net/altq/ |
| H A D | altq_codel.c | 83 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL) in codel_pfattach()
|
| H A D | altq_cbq.c | 215 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL) in cbq_pfattach()
|
| H A D | altq_priq.c | 86 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL) in priq_pfattach()
|
| H A D | altq_subr.c | 154 if ((ifp = ifunit(name)) != NULL) { in altq_lookup() 502 if ((ifp = ifunit(a->ifname)) == NULL) in altq_pfdetach()
|
| H A D | altq_fairq.c | 141 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL) in fairq_pfattach()
|
| H A D | altq_hfsc.c | 149 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL) in hfsc_pfattach()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_divert.c | 381 m->m_pkthdr.rcvif = ifunit(sin->sin_zero); in div_send()
|
| H A D | ip_icmp.c | 854 if (V_reply_src[0] != '\0' && (ifp = ifunit(V_reply_src))) { in icmp_reflect()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux.c | 260 ifp = ifunit(bsdname); in ifname_bsd_to_linux_name()
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_source.c | 622 ifp = ifunit(ifname); in ng_source_store_output_ifp()
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 495 # define GETIFP(n, v) ifunit(n)
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 1036 if ((ifp = ifunit(altq->ifname)) == NULL) in pf_enable_altq() 1059 if ((ifp = ifunit(altq->ifname)) == NULL) in pf_disable_altq() 1089 if ((ifp1 = ifunit(altq->ifname)) == NULL || in pf_altq_ifnet_event_add() 4133 ifp = ifunit(ps.ifname); in pfioctl() 4225 if ((ifp = ifunit(altq->ifname)) == NULL) in pfioctl()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 1341 ifnet.9 ifunit.9 \
|