HomeSort by: relevance | last modified time | path
    Searched refs:ipf_makefrip (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 1923 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
ip_fil_netbsd.c 899 (void) ipf_makefrip(hlen, ip, &fnew);
ip_state.c 2730 (void) ipf_makefrip(IP_HL(oip) << 2, oip, &ofin);
4421 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
fil.c 2021 /* Function: ipf_makefrip */
2033 ipf_makefrip(int hlen, ip_t *ip, fr_info_t *fin) function in typeref:typename:int
2927 if (ipf_makefrip(hlen, ip, fin) == -1) {
8353 if (ipf_makefrip(hlen, ip, fin) == -1) {
ip_nat6.c 3716 /* it is necessary to call ipf_makefrip() again so that the contents of 'fin'*/
3781 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) {
ip_nat.c 7287 /* it is necessary to call ipf_makefrip() again so that the contents of 'fin'*/
7377 if (ipf_makefrip(hlen, (ip_t *)hdr, fin) == -1) {

Completed in 78 milliseconds