Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c474 (void) ipf_makefrip(hlen, ip, &fnew); in ipf_send_ip()
H A Dip_fil.h1793 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
H A Dip_state.c2704 (void) ipf_makefrip(IP_HL(oip) << 2, oip, &ofin); in ipf_checkicmpmatchingstate()
4395 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin); in ipf_checkicmp6matchingstate()
H A Dfil.c2005 ipf_makefrip(int hlen, ip_t *ip, fr_info_t *fin) in ipf_makefrip() function
2899 if (ipf_makefrip(hlen, ip, fin) == -1) { in ipf_check()
8407 if (ipf_makefrip(hlen, ip, fin) == -1) {
H A Dip_nat6.c3765 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) { in ipf_nat6_decap()
H A Dip_nat.c7363 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) { in ipf_nat_decap()