Symbol: IPN_UDP
usr/src/cmd/ipf/lib/printproto.c
25
else if (np->in_flags & IPN_UDP)
usr/src/cmd/ipf/tools/ipnat_y.y
928
nat->in_flags &= ~IPN_UDP;
usr/src/cmd/ipf/tools/ipnat_y.y
931
nat->in_flags |= IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat.c
2919
flags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat.c
3702
else if (np->nl_flags & IPN_UDP)
usr/src/uts/common/inet/ipf/ip_nat.c
3905
nflags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat.c
4228
nflags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat.c
5836
nflags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat6.c
1137
flags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat6.c
1914
else if (np->nl_flags & IPN_UDP)
usr/src/uts/common/inet/ipf/ip_nat6.c
2062
nflags = IPN_UDP;
usr/src/uts/common/inet/ipf/ip_nat6.c
2343
nflags = IPN_UDP;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
288
nat2 = nat_outlookup(fin->fin_ifp, IPN_UDP, IPPROTO_UDP,
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
309
NAT_SLAVE|IPN_UDP|SI_W_DPORT,
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
312
(void) nat_proto(&fi, nat2, IPN_UDP);
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
239
#define IPN_TCPUDP (IPN_TCP|IPN_UDP)
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
241
#define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
243
#define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
323
NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
326
(void) nat_proto(&fi, nat2, IPN_UDP);
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
341
NAT_SLAVE|IPN_UDP|SI_W_DPORT,
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
344
(void) nat_proto(&fi, nat2, IPN_UDP);