Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/lib/
HDprintnat.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 …]
HDprintproto.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)
HDnat_setgroupmap.c19 else if (n->in_flags & IPN_AUTOPORTMAP) {
/trueos/contrib/ipfilter/tools/
HDipnat_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 …]
/trueos/crypto/heimdal/lib/wind/
HDtest-rw.c43 unsigned int in_flags; member
157 flags = testcases[n].in_flags; in main()
/trueos/sys/contrib/ipfilter/netinet/
HDip_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 …]
HDip_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;
2050 in->in_flags |= IPN_DELETE;
2567 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) {
2578 if ((np->in_flags & IPN_DELETE) == 0) {
2607 np->in_flags |= IPN_DELETE;
2762 (np->in_flags & IPN_AUTOPORTMAP)) {
[all …]
HDip_ipsec_pxy.c215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
HDip_pptp_pxy.c176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
577 pptp->pptp_rule->in_flags |= IPN_DELETE;
HDip_proxy.c1350 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1438 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
HDip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
273 tftp->ti_rule->in_flags |= IPN_DELETE;
HDip_rcmd_pxy.c119 rci->rcmd_rule->in_flags |= IPN_DELETE;
HDip_rpcb_pxy.c1235 ipn->in_flags = nflags & IPN_TCPUDP;
1244 if (ipn->in_flags & IPN_FILTER) {
HDip_nat.h246 u_32_t in_flags; member
/trueos/contrib/binutils/bfd/
HDelf32-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 …]
HDelfxx-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)
HDelf32-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()
/trueos/contrib/tcpdump/
HDdecnet.h167 byte in_flags; /* route flags */ member
/trueos/sys/netinet/
HDsctputil.c5215 int out_flags = 0, in_flags = 0; in sctp_sorecvmsg() local
5233 in_flags = *msg_flags; in sctp_sorecvmsg()
5234 if (in_flags & MSG_PEEK) in sctp_sorecvmsg()
5237 in_flags = 0; in sctp_sorecvmsg()
5242 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()
5246 if ((in_flags & MSG_PEEK) && (mp != NULL)) { in sctp_sorecvmsg()
5250 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg()
5295 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg()
5347 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg()
5767 if (in_flags & MSG_PEEK) { in sctp_sorecvmsg()
[all …]
/trueos/contrib/ipfilter/
HDip_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;
/trueos/contrib/ipfilter/l4check/
HDl4check.c507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
/trueos/sys/dev/isp/
HDispmbox.h1707 uint32_t in_flags; member
1775 uint16_t in_flags; member
HDisp_library.c3433 ISP_IOXPUT_32(isp, src->in_flags, &dst->in_flags); in isp_put_notify()
3471 ISP_IOXGET_32(isp, &src->in_flags, dst->in_flags); in isp_get_notify()
3520 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags); in isp_put_notify_24xx()
3583 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags); in isp_get_notify_24xx()
HDisp_target.c1079 na->na_flags = in->in_flags; in isp_notify_ack()
HDisp_freebsd.c2860 …x] inot->in_rxid flags 0x%x srr_iu=%x reloff 0x%x", inot->in_rxid, inot->in_flags, inot->in_srr_iu, in isp_handle_srr_notify()
3227 if (inot->in_flags & IN24XX_FLAG_PUREX_IOCB) { in isp_handle_platform_notify_24xx()