Home
last modified time | relevance | path

Searched refs:in_flags (Results 1 – 25 of 25) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/lib/
Dprintnat.c42 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 …]
Dprintproto.c22 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)
Dnat_setgroupmap.c19 else if (n->in_flags & IPN_AUTOPORTMAP) {
/freebsd-10-stable/contrib/ipfilter/tools/
Dipnat_y.y187 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/
Dtest-rw.c43 unsigned int in_flags; member
157 flags = testcases[n].in_flags; in main()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_nat6.c606 (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 …]
Dip_nat.c1089 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 …]
Dip_ipsec_pxy.c215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
Dip_pptp_pxy.c176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
577 pptp->pptp_rule->in_flags |= IPN_DELETE;
Dip_proxy.c1350 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1438 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
Dip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
273 tftp->ti_rule->in_flags |= IPN_DELETE;
Dip_rcmd_pxy.c119 rci->rcmd_rule->in_flags |= IPN_DELETE;
Dip_rpcb_pxy.c1235 ipn->in_flags = nflags & IPN_TCPUDP;
1244 if (ipn->in_flags & IPN_FILTER) {
Dip_nat.h250 u_32_t in_flags; member
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-arm.c6668 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 …]
Delfxx-ia64.c5535 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)
Delf32-score.c3769 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/
Ddecnet.h167 byte in_flags; /* route flags */ member
/freebsd-10-stable/sys/netinet/
Dsctputil.c5289 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/
Disp_target.c759 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()
Dispmbox.h1828 uint32_t in_flags; member
1896 uint16_t in_flags; member
Disp_library.c2972 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()
Disp_freebsd.c2056 inot->in_rxid, inot->in_flags, inot->in_srr_iu, in isp_handle_platform_srr()
/freebsd-10-stable/contrib/ipfilter/
Dip_fil_compat.c579 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/
Dl4check.c507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;