Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c501 (void) ipf_makefrip(hlen, ip, &fnew);
H A Dip_fil.h1789 extern int ipf_makefrip __P((int, ip_t *, fr_info_t *));
H A Dip_state.c2785 (void) ipf_makefrip(IP_HL(oip) << 2, oip, &ofin);
4511 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
H A Dfil.c2036 ipf_makefrip(hlen, ip, fin) in ipf_makefrip() function
2954 if (ipf_makefrip(hlen, ip, fin) == -1) {
8611 if (ipf_makefrip(hlen, ip, fin) == -1) {
H A Dip_nat6.c3840 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) {
H A Dip_nat.c7485 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) {