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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 613 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) {
651 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
2859 nflags &= ~IPN_TCPUDPICMP;
3258 nflags &= ~IPN_TCPUDPICMP;
3426 if ((flags & IPN_TCPUDPICMP) != 0) {
3483 if ((flags & IPN_TCPUDPICMP) != 0) {
ip_nat.h 365 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
ip_nat.c 2746 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) {
2777 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
5162 nflags &= ~IPN_TCPUDPICMP;
5608 nflags &= ~IPN_TCPUDPICMP;
5638 nflags &= ~IPN_TCPUDPICMP;
6988 if ((flags & IPN_TCPUDPICMP) != 0) {
7042 if ((flags & IPN_TCPUDPICMP) != 0) {

Completed in 23 milliseconds