Home
last modified time | relevance | path

Searched refs:GETIFMTU_4 (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h365 # define GETIFMTU_4(x) net_getmtu(softc->ipf_nd_v4, (phy_if_t)x, 0) macro
371 # define GETIFMTU_4(x) ((qif_t *)x)->qf_max_frag macro
541 # define GETIFMTU_4(x) ((ill_t *)x)->ill_mtu macro
695 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu macro
771 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu macro
1265 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu macro
1427 # define GETIFMTU_4(x) ((struct net_device *)x)->mtu macro
1550 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu macro
1763 # define GETIFMTU_4(x) 2048 macro
1919 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu macro
H A Dip_nat.c3308 nat->nat_mtu[0] = GETIFMTU_4(nat->nat_ifps[0]); in ipf_nat_finalise()
3312 nat->nat_mtu[1] = GETIFMTU_4(nat->nat_ifps[1]); in ipf_nat_finalise()
3439 nat->nat_mtu[0] = GETIFMTU_4(nat->nat_ifps[0]); in ipf_nat_insert()
3442 nat->nat_mtu[1] = GETIFMTU_4(nat->nat_ifps[1]); in ipf_nat_insert()
4120 nat->nat_mtu[0] = GETIFMTU_4(ifp); in ipf_nat_inlookup()
4216 nat->nat_mtu[0] = GETIFMTU_4(ifp); in ipf_nat_inlookup()
4438 nat->nat_mtu[1] = GETIFMTU_4(ifp); in ipf_nat_outlookup()
4533 nat->nat_mtu[1] = GETIFMTU_4(ifp); in ipf_nat_outlookup()
5910 nat->nat_mtu[0] = GETIFMTU_4(nat->nat_ifps[0]); in ipf_nat_sync()
5920 nat->nat_mtu[1] = GETIFMTU_4(nat->nat_ifps[1]); in ipf_nat_sync()
H A Dip_fil_netbsd.c1005 icmp->icmp_nextmtu = htons(GETIFMTU_4(ifp)); in ipf_send_icmp_err()