Searched refs:ipf_makefrip (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 474 (void) ipf_makefrip(hlen, ip, &fnew); in ipf_send_ip()
|
| H A D | ip_fil.h | 1793 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
|
| H A D | ip_state.c | 2704 (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 D | fil.c | 2005 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 D | ip_nat6.c | 3765 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) { in ipf_nat6_decap()
|
| H A D | ip_nat.c | 7363 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) { in ipf_nat_decap()
|