Searched refs:ipf_makefrip (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 501 (void) ipf_makefrip(hlen, ip, &fnew);
|
| H A D | ip_fil.h | 1789 extern int ipf_makefrip __P((int, ip_t *, fr_info_t *));
|
| H A D | ip_state.c | 2785 (void) ipf_makefrip(IP_HL(oip) << 2, oip, &ofin); 4511 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
|
| H A D | fil.c | 2036 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 D | ip_nat6.c | 3840 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) {
|
| H A D | ip_nat.c | 7485 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) {
|