Searched refs:IPN_TCPUDP (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintproto.c23 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
H A Dprintactivenat.c32 if ((nat->nat_flags & IPN_TCPUDP) != 0)
37 if ((nat->nat_flags & IPN_TCPUDP) != 0)
41 if ((nat->nat_flags & IPN_TCPUDP) != 0)
H A Dprintnat.c100 if (np->in_flags & IPN_TCPUDP) {
111 if (np->in_flags & IPN_TCPUDP) {
216 if (!protoprinted && (np->in_flags & IPN_TCPUDP || np->in_p)) {
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y154 if ((nat->in_flags & IPN_TCPUDP) == 0)
183 (nat->in_flags & IPN_TCPUDP) == 0)
184 nat->in_flags |= IPN_TCPUDP;
185 if ((nat->in_flags & IPN_TCPUDP) == 0)
200 (nat->in_flags & IPN_TCPUDP) == 0)
201 nat->in_flags |= IPN_TCPUDP;
219 if ((nat->in_flags & IPN_TCPUDP) == 0)
236 ((nat->in_flags & IPN_TCPUDP) == 0) &&
245 ((nat->in_flags & IPN_TCPUDP) == 0) &&
251 (nat->in_flags & IPN_TCPUDP)
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h237 #define IPN_TCPUDP (IPN_TCP|IPN_UDP) macro
242 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
259 #define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|IPN_SPLIT|\
H A Dip_nat.c1970 !(flags & IPN_TCPUDP)))
1984 if ((flags & IPN_TCPUDP) &&
2019 if ((flags & IPN_TCPUDP) &&
2130 if ((flags & IPN_TCPUDP)) {
2135 if (flags & IPN_TCPUDP) {
2325 if (flags & IPN_TCPUDP) {
2424 if (flags & IPN_TCPUDP) {
2505 if (flags & IPN_TCPUDP) {
2839 if (flags & IPN_TCPUDP) {
2999 if (((flags & IPN_TCPUDP) !
[all...]
H A Dip_rpcb_pxy.c1188 ipn->in_flags = nflags & IPN_TCPUDP;
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dipf.c311 nat->nat_flags = IPN_TCPUDP;
420 natlook.nl_flags = IPN_TCPUDP;
/netbsd-6-1-5-RELEASE/dist/ipf/samples/
H A Dproxy.c201 nat->nat_flags = IPN_TCPUDP;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_rpcb_pxy.c1183 ipn->in_flags = nflags & IPN_TCPUDP;

Completed in 83 milliseconds