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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 471 if (flags & IPN_ICMPQUERY) {
651 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
704 } else if (flags & IPN_ICMPQUERY) {
748 if (flags & IPN_ICMPQUERY) {
906 } else if (flags & IPN_ICMPQUERY) {
992 if (flags & IPN_ICMPQUERY) {
1265 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) {
1284 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) {
1448 flags = IPN_ICMPERR|IPN_ICMPQUERY;
1602 flags = IPN_ICMPQUERY;
    [all...]
ip_nat.c 2614 if (flags & IPN_ICMPQUERY) {
2777 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
2829 } else if (flags & IPN_ICMPQUERY) {
2870 if (flags & IPN_ICMPQUERY) {
3028 } else if (flags & IPN_ICMPQUERY) {
3112 if (flags & IPN_ICMPQUERY) {
3379 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) {
3396 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) {
3651 flags = IPN_ICMPERR|IPN_ICMPQUERY;
3766 flags = IPN_ICMPQUERY;
    [all...]
ip_nat.h 196 #define NAT_ICMPQUERY 0x0008 /* IPN_ICMPQUERY */
366 #define IPN_ICMPQUERY 0x00008
367 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
392 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\

Completed in 20 milliseconds