Searched refs:IPN_UDP (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_raudio_pxy.c | 323 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT), 326 (void) nat_proto(&fi, nat2, IPN_UDP); 341 NAT_SLAVE|IPN_UDP|SI_W_DPORT, 344 (void) nat_proto(&fi, nat2, IPN_UDP);
|
H A D | ip_h323_pxy.c | 290 nat2 = nat_outlookup(fin->fin_ifp, IPN_UDP, IPPROTO_UDP, 311 NAT_SLAVE|IPN_UDP|SI_W_DPORT, 314 (void) nat_proto(&fi, nat2, IPN_UDP);
|
H A D | ip_nat.h | 238 #define IPN_UDP 0x00002 macro 239 #define IPN_TCPUDP (IPN_TCP|IPN_UDP) 241 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) 243 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | printproto.c | 25 else if (np->in_flags & IPN_UDP)
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 930 nat->in_flags &= ~IPN_UDP; 933 nat->in_flags |= IPN_UDP;
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 1137 flags = IPN_UDP; 1914 else if (np->nl_flags & IPN_UDP) 2062 nflags = IPN_UDP; 2343 nflags = IPN_UDP;
|
H A D | ip_nat.c | 2919 flags = IPN_UDP; 3702 else if (np->nl_flags & IPN_UDP) 3905 nflags = IPN_UDP; 4228 nflags = IPN_UDP; 5834 nflags = IPN_UDP;
|