Home
last modified time | relevance | path

Searched refs:fin_icode (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c480 code = fin->fin_icode; in ipf_send_ip()
586 icmp->icmp_code = fin->fin_icode; in ipf_send_icmp_err()
589 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) { in ipf_send_icmp_err()
885 code = fin->fin_icode; in ipf_fastroute()
886 fin->fin_icode = ICMP_UNREACH_NEEDFRAG; in ipf_fastroute()
890 fin->fin_icode = code; in ipf_fastroute()
H A Dip_fil.h383 int fin_icode; /* ICMP error to return */ member
452 #define FI_CSIZE offsetof(fr_info_t, fin_icode)
H A Dfil.c2516 fin->fin_icode = fr->fr_icode; in ipf_scanlist()
8362 fino->fin_icode = fin->fin_icode;
H A Dip_state.c3330 fin->fin_icode = fr->fr_icode; in ipf_state_check()