Home
last modified time | relevance | path

Searched refs:IPN_TCPUDP (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipnat_y.y164 if ((nat->in_flags & IPN_TCPUDP) == 0)
196 if ((nat->in_flags & IPN_TCPUDP) == 0)
231 if ((nat->in_flags & IPN_TCPUDP) == 0)
249 ((nat->in_flags & IPN_TCPUDP) == 0) &&
259 ((nat->in_flags & IPN_TCPUDP) == 0) &&
306 nat->in_flags & IPN_TCPUDP)
311 nat->in_flags & IPN_TCPUDP)
313 nat->in_flags |= IPN_TCPUDP;
317 nat->in_flags & IPN_TCPUDP)
319 nat->in_flags |= IPN_TCPUDP;
[all …]
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintactivenat.c30 if ((nat->nat_flags & IPN_TCPUDP) != 0)
37 if ((nat->nat_flags & IPN_TCPUDP) != 0)
44 if ((nat->nat_flags & IPN_TCPUDP) != 0)
H A Dprintproto.c21 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
H A Dprintnat.c103 if (np->in_flags & IPN_TCPUDP) {
121 if (np->in_flags & IPN_TCPUDP) {
209 } else if (np->in_flags & IPN_TCPUDP || np->in_p) {
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c355 !(flags & IPN_TCPUDP)))
369 if ((flags & IPN_TCPUDP) &&
406 if ((flags & IPN_TCPUDP) &&
517 if (flags & IPN_TCPUDP) {
703 if (flags & IPN_TCPUDP) {
790 if (flags & IPN_TCPUDP) {
1166 if (flags & IPN_TCPUDP) {
2077 if ((nflags & IPN_TCPUDP))
2232 if ((nat->nat_outport != 0) && (nflags & IPN_TCPUDP)) {
2255 if (csump != NULL && (!(nflags & IPN_TCPUDP) ||
[all …]
H A Dip_nat.c1462 if (nat->nat_flags & (IPN_TCPUDP | IPN_ICMPQUERY)) {
1507 if (!(nat->nat_flags & IPN_TCPUDP)) {
1540 if (!(nat->nat_flags & IPN_TCPUDP)) {
2158 !(flags & IPN_TCPUDP)))
2172 if ((flags & IPN_TCPUDP) &&
2207 if ((flags & IPN_TCPUDP) &&
2308 if (flags & IPN_TCPUDP) {
2486 if (flags & IPN_TCPUDP) {
2576 if (flags & IPN_TCPUDP) {
2948 if (flags & IPN_TCPUDP) {
[all …]
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h239 #define IPN_TCPUDP (IPN_TCP|IPN_UDP) macro
244 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
261 #define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|IPN_SPLIT|\
H A Dip_rpcb_pxy.c1255 ipn->in_flags = nflags & IPN_TCPUDP;