| /freebsd-11-stable/contrib/ipfilter/lib/ |
| HD | printnat.c | 42 if (np->in_flags & IPN_NO) 114 if ((proto != 0) || (np->in_flags & IPN_TCPUDP)) { 121 if (np->in_flags & IPN_FILTER) { 122 if (np->in_flags & IPN_NOTSRC) 130 if (np->in_flags & IPN_NOTDST) 150 if ((np->in_flags & IPN_PURGE) != 0) 167 if ((((np->in_flags & IPN_TCPUDP) != 0)) && 169 if ((np->in_flags & IPN_FIXEDSPORT) != 0) { 189 if ((((np->in_flags & IPN_TCPUDP) != 0)) && 191 if ((np->in_flags & IPN_FIXEDDPORT) != 0) { [all …]
|
| HD | printproto.c | 22 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP) 24 else if (np->in_flags & IPN_TCP) 26 else if (np->in_flags & IPN_UDP) 28 else if (np->in_flags & IPN_ICMPQUERY)
|
| HD | nat_setgroupmap.c | 19 else if (n->in_flags & IPN_AUTOPORTMAP) {
|
| /freebsd-11-stable/contrib/ipfilter/tools/ |
| HD | ipnat_y.y | 175 no: IPNY_NO { nat->in_flags |= IPN_NO; } 397 nat->in_flags &= ~IPN_TCP; 493 nat->in_flags |= IPN_FIXEDSPORT; 504 nat->in_flags |= IPN_FIXEDDPORT; 512 | ',' { if (!(nat->in_flags & IPN_TCPUDP)) 581 nat->in_flags & IPN_TCPUDP) 587 nat->in_flags & IPN_TCPUDP) 589 nat->in_flags |= IPN_TCPUDP; 595 nat->in_flags & IPN_TCPUDP) 597 nat->in_flags |= IPN_TCPUDP; [all …]
|
| /freebsd-11-stable/crypto/heimdal/lib/wind/ |
| HD | test-rw.c | 43 unsigned int in_flags; member 157 flags = testcases[n].in_flags; in main()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCTrampolineHandler.h | 67 VTableDescriptor(uint32_t in_flags, lldb::addr_t in_code_start) in VTableDescriptor() 68 : flags(in_flags), code_start(in_code_start) {} in VTableDescriptor()
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_nat6.c | 600 (np->in_flags & IPN_AUTOPORTMAP)) { 628 if (np->in_flags & IPN_SEQUENTIAL) { 646 if (np->in_flags & IPN_SIPRANGE) { 780 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) && 781 ((np->in_flags & IPN_STICKY) != 0)) { 798 if (np->in_flags & IPN_SPLIT) { 801 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) { 861 if (((np->in_flags & IPN_FIXEDDPORT) == 0) && 909 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0)) 984 nflags = np->in_flags & flags; [all …]
|
| HD | ip_nat.c | 1073 nat->in_flags &= IPN_USERFLAGS; 1081 if ((nat->in_flags & (IPN_SPLIT|IPN_SIPRANGE)) == 0) { 1199 n->in_flags |= IPN_PURGE; 1474 n->in_flags &= ~IPN_NOTDST; 1492 n->in_flags &= ~IPN_NOTSRC; 2026 in->in_flags |= IPN_DELETE; 2545 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) { 2556 if ((np->in_flags & IPN_DELETE) == 0) { 2585 np->in_flags |= IPN_DELETE; 2744 (np->in_flags & IPN_AUTOPORTMAP)) { [all …]
|
| HD | ip_ipsec_pxy.c | 215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
|
| HD | ip_pptp_pxy.c | 176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 577 pptp->pptp_rule->in_flags |= IPN_DELETE;
|
| HD | ip_proxy.c | 1347 ipn->in_flags = (old->in_flags | IPN_PROXYRULE); 1435 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
|
| HD | ip_tftp_pxy.c | 212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE; 273 tftp->ti_rule->in_flags |= IPN_DELETE;
|
| HD | ip_rcmd_pxy.c | 119 rci->rcmd_rule->in_flags |= IPN_DELETE;
|
| HD | ip_rpcb_pxy.c | 1237 ipn->in_flags = nflags & IPN_TCPUDP; 1246 if (ipn->in_flags & IPN_FILTER) {
|
| HD | ip_nat.h | 242 u_32_t in_flags; member
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf32-arm.c | 6661 flagword in_flags; in elf32_arm_copy_private_bfd_data() local 6668 in_flags = elf_elfheader (ibfd)->e_flags; in elf32_arm_copy_private_bfd_data() 6673 && in_flags != out_flags) in elf32_arm_copy_private_bfd_data() 6676 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26)) in elf32_arm_copy_private_bfd_data() 6680 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT)) in elf32_arm_copy_private_bfd_data() 6685 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK)) in elf32_arm_copy_private_bfd_data() 6692 in_flags &= ~EF_ARM_INTERWORK; in elf32_arm_copy_private_bfd_data() 6696 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC)) in elf32_arm_copy_private_bfd_data() 6697 in_flags &= ~EF_ARM_PIC; in elf32_arm_copy_private_bfd_data() 6700 elf_elfheader (obfd)->e_flags = in_flags; in elf32_arm_copy_private_bfd_data() [all …]
|
| HD | elfxx-ia64.c | 5535 flagword in_flags; local 5543 in_flags = elf_elfheader (ibfd)->e_flags; 5549 elf_elfheader (obfd)->e_flags = in_flags; 5562 if (in_flags == out_flags) 5566 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP)) 5569 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL)) 5578 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE)) 5587 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64)) 5596 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP)) 5605 if ((in_flags & EF_IA_64_NOFUNCDESC_CONS_GP)
|
| HD | elf32-score.c | 3769 flagword in_flags; in elf32_score_merge_private_bfd_data() local 3775 in_flags = elf_elfheader (ibfd)->e_flags; in elf32_score_merge_private_bfd_data() 3782 in_flags = elf_elfheader (ibfd)->e_flags; in elf32_score_merge_private_bfd_data() 3788 elf_elfheader (obfd)->e_flags = in_flags; in elf32_score_merge_private_bfd_data() 3799 if (((in_flags & EF_SCORE_PIC) != 0) != ((out_flags & EF_SCORE_PIC) != 0)) in elf32_score_merge_private_bfd_data()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctputil.c | 5286 int out_flags = 0, in_flags = 0; in sctp_sorecvmsg() local 5305 in_flags = *msg_flags; in sctp_sorecvmsg() 5306 if (in_flags & MSG_PEEK) in sctp_sorecvmsg() 5309 in_flags = 0; in sctp_sorecvmsg() 5314 if (in_flags & MSG_OOB) { in sctp_sorecvmsg() 5318 if ((in_flags & MSG_PEEK) && (mp != NULL)) { in sctp_sorecvmsg() 5322 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg() 5369 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg() 5383 if ((in_flags & MSG_PEEK) == 0) { in sctp_sorecvmsg() 5828 if (in_flags & MSG_PEEK) { in sctp_sorecvmsg() [all …]
|
| /freebsd-11-stable/sys/dev/isp/ |
| HD | isp_target.c | 759 na->na_flags = in->in_flags; in isp_notify_ack() 1466 if (inot->in_flags & IN24XX_FLAG_PN_NN_VALID) in isp_handle_notify_24xx() 1484 if (inot->in_flags & IN24XX_FLAG_PUREX_IOCB) { in isp_handle_notify_24xx()
|
| HD | ispmbox.h | 1857 uint32_t in_flags; member 1925 uint16_t in_flags; member
|
| HD | isp_library.c | 2985 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags); in isp_put_notify_24xx() 3048 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags); in isp_get_notify_24xx()
|
| /freebsd-11-stable/contrib/ipfilter/ |
| HD | ip_fil_compat.c | 557 u_32_t in_flags; member 593 u_32_t in_flags; member 2364 np->in_flags = old->in_flags; 2458 np->in_flags = old->in_flags; 4239 old->in_flags = np->in_flags; 4320 old->in_flags = np->in_flags;
|
| /freebsd-11-stable/contrib/ipfilter/l4check/ |
| HD | l4check.c | 507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-decnet.c | 180 byte in_flags; /* route flags */ member
|