| /freebsd-10-stable/contrib/ipfilter/lib/ |
| D | 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 …]
|
| D | 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)
|
| D | nat_setgroupmap.c | 19 else if (n->in_flags & IPN_AUTOPORTMAP) {
|
| /freebsd-10-stable/contrib/ipfilter/tools/ |
| D | ipnat_y.y | 187 no: IPNY_NO { nat->in_flags |= IPN_NO; } 409 nat->in_flags &= ~IPN_TCP; 505 nat->in_flags |= IPN_FIXEDSPORT; 516 nat->in_flags |= IPN_FIXEDDPORT; 524 | ',' { if (!(nat->in_flags & IPN_TCPUDP)) 593 nat->in_flags & IPN_TCPUDP) 599 nat->in_flags & IPN_TCPUDP) 601 nat->in_flags |= IPN_TCPUDP; 607 nat->in_flags & IPN_TCPUDP) 609 nat->in_flags |= IPN_TCPUDP; [all …]
|
| /freebsd-10-stable/crypto/heimdal/lib/wind/ |
| D | test-rw.c | 43 unsigned int in_flags; member 157 flags = testcases[n].in_flags; in main()
|
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_nat6.c | 606 (np->in_flags & IPN_AUTOPORTMAP)) { 634 if (np->in_flags & IPN_SEQUENTIAL) { 652 if (np->in_flags & IPN_SIPRANGE) { 786 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) && 787 ((np->in_flags & IPN_STICKY) != 0)) { 804 if (np->in_flags & IPN_SPLIT) { 807 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) { 867 if (((np->in_flags & IPN_FIXEDDPORT) == 0) && 915 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0)) 990 nflags = np->in_flags & flags; [all …]
|
| D | ip_nat.c | 1089 nat->in_flags &= IPN_USERFLAGS; 1097 if ((nat->in_flags & (IPN_SPLIT|IPN_SIPRANGE)) == 0) { 1215 n->in_flags |= IPN_PURGE; 1490 n->in_flags &= ~IPN_NOTDST; 1508 n->in_flags &= ~IPN_NOTSRC; 2042 in->in_flags |= IPN_DELETE; 2561 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) { 2572 if ((np->in_flags & IPN_DELETE) == 0) { 2601 np->in_flags |= IPN_DELETE; 2760 (np->in_flags & IPN_AUTOPORTMAP)) { [all …]
|
| D | ip_ipsec_pxy.c | 215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
|
| D | ip_pptp_pxy.c | 176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE); 577 pptp->pptp_rule->in_flags |= IPN_DELETE;
|
| D | ip_proxy.c | 1350 ipn->in_flags = (old->in_flags | IPN_PROXYRULE); 1438 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
|
| D | ip_tftp_pxy.c | 212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE; 273 tftp->ti_rule->in_flags |= IPN_DELETE;
|
| D | ip_rcmd_pxy.c | 119 rci->rcmd_rule->in_flags |= IPN_DELETE;
|
| D | ip_rpcb_pxy.c | 1235 ipn->in_flags = nflags & IPN_TCPUDP; 1244 if (ipn->in_flags & IPN_FILTER) {
|
| D | ip_nat.h | 250 u_32_t in_flags; member
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf32-arm.c | 6668 flagword in_flags; in elf32_arm_copy_private_bfd_data() local 6675 in_flags = elf_elfheader (ibfd)->e_flags; in elf32_arm_copy_private_bfd_data() 6680 && in_flags != out_flags) in elf32_arm_copy_private_bfd_data() 6683 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26)) in elf32_arm_copy_private_bfd_data() 6687 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT)) in elf32_arm_copy_private_bfd_data() 6692 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK)) in elf32_arm_copy_private_bfd_data() 6699 in_flags &= ~EF_ARM_INTERWORK; in elf32_arm_copy_private_bfd_data() 6703 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC)) in elf32_arm_copy_private_bfd_data() 6704 in_flags &= ~EF_ARM_PIC; in elf32_arm_copy_private_bfd_data() 6707 elf_elfheader (obfd)->e_flags = in_flags; in elf32_arm_copy_private_bfd_data() [all …]
|
| D | 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)
|
| D | 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-10-stable/contrib/tcpdump/ |
| D | decnet.h | 167 byte in_flags; /* route flags */ member
|
| /freebsd-10-stable/sys/netinet/ |
| D | sctputil.c | 5289 int out_flags = 0, in_flags = 0; in sctp_sorecvmsg() local 5307 in_flags = *msg_flags; in sctp_sorecvmsg() 5308 if (in_flags & MSG_PEEK) in sctp_sorecvmsg() 5311 in_flags = 0; in sctp_sorecvmsg() 5316 if (in_flags & MSG_OOB) { in sctp_sorecvmsg() 5320 if ((in_flags & MSG_PEEK) && (mp != NULL)) { in sctp_sorecvmsg() 5324 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg() 5369 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg() 5421 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg() 5841 if (in_flags & MSG_PEEK) { in sctp_sorecvmsg() [all …]
|
| /freebsd-10-stable/sys/dev/isp/ |
| D | 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()
|
| D | ispmbox.h | 1828 uint32_t in_flags; member 1896 uint16_t in_flags; member
|
| D | isp_library.c | 2972 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags); in isp_put_notify_24xx() 3035 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags); in isp_get_notify_24xx()
|
| D | isp_freebsd.c | 2056 inot->in_rxid, inot->in_flags, inot->in_srr_iu, in isp_handle_platform_srr()
|
| /freebsd-10-stable/contrib/ipfilter/ |
| D | ip_fil_compat.c | 579 u_32_t in_flags; member 615 u_32_t in_flags; member 2386 np->in_flags = old->in_flags; 2480 np->in_flags = old->in_flags; 4282 old->in_flags = np->in_flags; 4363 old->in_flags = np->in_flags;
|
| /freebsd-10-stable/contrib/ipfilter/l4check/ |
| D | l4check.c | 507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
|