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

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c507 code = fin->fin_icode;
613 icmp->icmp_code = fin->fin_icode;
616 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) {
912 code = fin->fin_icode;
913 fin->fin_icode = ICMP_UNREACH_NEEDFRAG;
917 fin->fin_icode = code;
H A Dip_fil.h383 int fin_icode; /* ICMP error to return */ member in struct:fr_info
452 #define FI_CSIZE offsetof(fr_info_t, fin_icode)
H A Dfil.c2516 fin->fin_icode = fr->fr_icode;
8362 fino->fin_icode = fin->fin_icode;
H A Dip_state.c3330 fin->fin_icode = fr->fr_icode;

Completed in 269 milliseconds