Searched refs:in_flags (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A 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)
H A 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
[all...]
H A Dnat_setgroupmap.c19 else if (n->in_flags & IPN_AUTOPORTMAP) {
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipnat_y.y175 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 |
[all...]
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dtest-rw.c43 unsigned int in_flags; member in struct:testcase
157 flags = testcases[n].in_flags;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h70 VTableDescriptor(uint32_t in_flags, lldb::addr_t in_code_start) argument
71 : flags(in_flags), code_start(in_code_start) {}
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
H A Dip_nat6.c600 (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
[all...]
H A Dip_nat.c1073 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
[all...]
H A Dip_pptp_pxy.c176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
577 pptp->pptp_rule->in_flags |= IPN_DELETE;
H A Dip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
273 tftp->ti_rule->in_flags |= IPN_DELETE;
H A Dip_proxy.c1347 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1435 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
H A Dip_rcmd_pxy.c119 rci->rcmd_rule->in_flags |= IPN_DELETE;
H A Dip_rpcb_pxy.c1237 ipn->in_flags = nflags & IPN_TCPUDP;
1246 if (ipn->in_flags & IPN_FILTER) {
H A Dip_nat.h242 u_32_t in_flags; member in struct:ipnat
336 * Bit definitions for in_flags
/freebsd-13-stable/sys/dev/isp/
H A Disp_target.c439 na->na_flags = in->in_flags;
775 if (inot->in_flags & IN24XX_FLAG_PN_NN_VALID)
796 if (inot->in_flags & IN24XX_FLAG_PUREX_IOCB) {
H A Disp_library.c1782 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags);
1818 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags);
H A Dispmbox.h1263 uint16_t in_flags; member in struct:__anon12475
1274 * If bit 2 is set in in_flags, the N-Port and
H A Disp_freebsd.c1569 inot->in_rxid, inot->in_flags, inot->in_srr_iu,
/freebsd-13-stable/sys/netinet/
H A Dsctputil.c5482 int out_flags = 0, in_flags = 0; local
5501 in_flags = *msg_flags;
5502 if (in_flags & MSG_PEEK)
5505 in_flags = 0;
5510 if (in_flags & MSG_OOB) {
5514 if ((in_flags & MSG_PEEK) && (mp != NULL)) {
5518 if ((in_flags & (MSG_DONTWAIT
5563 if ((in_flags & MSG_PEEK) == 0)
5577 if ((in_flags & MSG_PEEK) == 0) {
6022 if (in_flags
[all...]
/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
/freebsd-13-stable/contrib/ipfilter/
H A Dip_fil_compat.c557 u_32_t in_flags; member in struct:ipnat_4_1_14
593 u_32_t in_flags; member in struct:ipnat_4_1_0
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;
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-decnet.c180 byte in_flags; /* route flags */ member in struct:initmsg

Completed in 309 milliseconds