Home
last modified time | relevance | path

Searched refs:ipf_makefrip (Results 1 – 6 of 6) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1923 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
H A Dip_fil_netbsd.c865 (void) ipf_makefrip(hlen, ip, &fnew); in ipf_send_ip()
H A Dip_state.c2720 (void) ipf_makefrip(IP_HL(oip) << 2, oip, &ofin); in ipf_checkicmpmatchingstate()
4410 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin); in ipf_checkicmp6matchingstate()
H A Dfil.c1986 ipf_makefrip(int hlen, ip_t *ip, fr_info_t *fin) in ipf_makefrip() function
2880 if (ipf_makefrip(hlen, ip, fin) == -1) { in ipf_check()
8277 if (ipf_makefrip(hlen, ip, fin) == -1) { in ipf_decaps()
H A Dip_nat6.c3782 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) { in ipf_nat6_decap()
H A Dip_nat.c7365 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) { in ipf_nat_decap()