/src/sys/external/bsd/ipf/netinet/ |
ip_ipsec_pxy.c | 210 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 414 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
|
ip_nat6.c | 589 (np->in_flags & IPN_AUTOPORTMAP)) { 617 if (np->in_flags & IPN_SEQUENTIAL) { 635 if (np->in_flags & IPN_SIPRANGE) { 766 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) && 767 ((np->in_flags & IPN_STICKY) != 0)) { 784 if (np->in_flags & IPN_SPLIT) { 787 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) { 847 if (((np->in_flags & IPN_FIXEDDPORT) == 0) && 895 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0)) 966 nflags = np->in_flags & flags [all...] |
ip_nat.c | 1057 nat->in_flags &= IPN_USERFLAGS; 1065 if ((nat->in_flags & (IPN_SPLIT|IPN_SIPRANGE)) == 0) { 1189 n->in_flags |= IPN_PURGE; 1463 n->in_flags &= ~IPN_NOTDST; 1481 n->in_flags &= ~IPN_NOTSRC; 2011 in->in_flags |= IPN_DELETE; 2530 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) { 2541 if ((np->in_flags & IPN_DELETE) == 0) { 2570 np->in_flags |= IPN_DELETE; 2722 (np->in_flags & IPN_AUTOPORTMAP)) [all...] |
ip_pptp_pxy.c | 178 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 560 pptp->pptp_rule->in_flags |= IPN_DELETE;
|
ip_tftp_pxy.c | 199 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE; 258 tftp->ti_rule->in_flags |= IPN_DELETE;
|
ip_rcmd_pxy.c | 109 rci->rcmd_rule->in_flags |= IPN_DELETE;
|
ip_proxy.c | 1331 ipn->in_flags = (old->in_flags | IPN_PROXYRULE); 1418 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
|
ip_rpcb_pxy.c | 1189 ipn->in_flags = nflags & IPN_TCPUDP; 1198 if (ipn->in_flags & IPN_FILTER) {
|
ip_fil_compat.c | 581 u_32_t in_flags; member in struct:ipnat_4_1_14 617 u_32_t in_flags; member in struct:ipnat_4_1_0 2363 np->in_flags = old->in_flags; 2454 np->in_flags = old->in_flags; 4184 old->in_flags = np->in_flags; 4263 old->in_flags = np->in_flags; [all...] |
ip_nat.h | 264 u_32_t in_flags; member in struct:ipnat 358 * Bit definitions for in_flags
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ipf.c | 255 ipn->in_flags = IPN_FIXEDDPORT | IPN_TCP;
|
/src/sys/dev/ic/ |
isp_library.c | 3349 ISP_IOXPUT_32(isp, src->in_flags, &dst->in_flags); 3387 ISP_IOXGET_32(isp, &src->in_flags, dst->in_flags); 3436 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags); 3499 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags);
|
ispmbox.h | 1715 uint32_t in_flags; member in struct:__anon33fa061c4008 1782 uint16_t in_flags; member in struct:__anon33fa061c4308 1793 * If bit 2 is set in in_flags, the following 1804 * If bit 2 is set in in_flags, the following
|
isp_target.c | 1089 na->na_flags = in->in_flags & IN24XX_FLAG_PUREX_IOCB;
|