Home
last modified time | relevance | path

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

1234

/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow_nfdump.c400 uint32_t bytes, j, id, ipsize, ip_flags; in StoreSflowRecord() local
414 ip_flags = 0; in StoreSflowRecord()
416 SetFlag(ip_flags, SFLOW_NEXT_HOP); in StoreSflowRecord()
419 SetFlag(ip_flags, SFLOW_NEXT_HOP_BGP); in StoreSflowRecord()
422 SetFlag(ip_flags, SFLOW_ROUTER_IP); in StoreSflowRecord()
424 ip_flags &= IP_extension_mask; in StoreSflowRecord()
426 if ( ip_flags >= MAX_SFLOW_EXTENSIONS ) { in StoreSflowRecord()
427 LogError("SFLOW: Corrupt ip_flags: %u", ip_flags); in StoreSflowRecord()
439 LogInfo("SFLOW: setup extension map: %u", ip_flags); in StoreSflowRecord()
440 if ( !Setup_Extension_Info(fs, exporter, ip_flags ) ) { in StoreSflowRecord()
[all …]
/dports/net/rtpproxy/rtpproxy-2.1.1/misc/
H A Dincludepolice.py16 ip_flags = ip_pars[1].strip().split(',')
17 return ip_flags
22 ip_flags = None variable in header_file
29 self.ip_flags = get_ip_flags(iname)
32 if self.ip_flags == None:
34 return (flname in self.ip_flags)
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsku-ips.c539 uint32_t ip_flags, in ipaddrString() argument
606 switch (ip_flags) { in ipaddrString()
640 switch (ip_flags) { in ipaddrString()
833 skAbortBadCase(ip_flags); in ipaddrString()
837 switch (ip_flags) { in ipaddrString()
879 skAbortBadCase(ip_flags); in ipaddrString()
891 uint32_t ip_flags, in ipaddrStringMaxlen() argument
953 uint32_t ip_flags) in skipaddrString() argument
965 uint32_t ip_flags) in skipaddrCidrString() argument
1019 uint32_t ip_flags) in skipaddrStringMaxlen() argument
[all …]
H A Dutils.h2914 uint32_t ip_flags);
2953 uint32_t ip_flags);
2979 uint32_t ip_flags);
3005 uint32_t ip_flags);
/dports/security/silktools/silk-3.19.1/src/rwpmap/
H A Drwip2cc.c50 static uint32_t ip_flags = SKIPADDR_CANONICAL; variable
344 if (SKIPADDR_ZEROPAD == ip_flags) { in appOptionsHandler()
347 ip_flags = SKIPADDR_DECIMAL; in appOptionsHandler()
352 if (SKIPADDR_DECIMAL == ip_flags) { in appOptionsHandler()
355 ip_flags = SKIPADDR_ZEROPAD; in appOptionsHandler()
426 skipaddrString(ipbuf, &ip, ip_flags); in processOneAddress()
518 skipaddrString(ipbuf, &ip, ip_flags); in processInputFile()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dinode.h38 u32 ip_flags; /* see below */ member
107 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
108 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
H A Dinode.c323 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
328 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
330 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
847 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
870 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
916 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
937 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
1095 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1145 if (!(oi->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1199 oi->ip_flags = 0; in ocfs2_clear_inode()
[all …]
H A Dfile.c103 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
111 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
139 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1017 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
2593 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_remap_file_range()
2594 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_remap_file_range()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dinode.h38 u32 ip_flags; /* see below */ member
107 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
108 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
H A Dinode.c323 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
328 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
330 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
847 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
870 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
916 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
937 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
1095 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1145 if (!(oi->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1199 oi->ip_flags = 0; in ocfs2_clear_inode()
[all …]
H A Dfile.c103 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
111 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
139 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1017 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
2593 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_remap_file_range()
2594 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_remap_file_range()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dinode.h38 u32 ip_flags; /* see below */ member
107 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
108 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
H A Dinode.c323 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
328 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
330 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
847 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
870 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
916 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
937 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
1095 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1145 if (!(oi->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1199 oi->ip_flags = 0; in ocfs2_clear_inode()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnslg/src/
H A Dresolv.c237 resolv_address(host_address *src, host_address *dst, int ip_flags) in resolv_address() argument
263 if (! (ip_flags & HAS_IPV6)) in resolv_address()
268 if (! (ip_flags & HAS_IPV4)) in resolv_address()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/tcpedit/
H A Dtcpedit.c244 memcpy(&ipflags, &ip6_hdr->ip_flags, 4); in tcpedit_packet()
252 memcpy(&ip6_hdr->ip_flags, &ipflags, 4); in tcpedit_packet()
257 memcpy(&ipflags, &ip6_hdr->ip_flags, 4); in tcpedit_packet()
261 memcpy(&ip6_hdr->ip_flags, &ipflags, 4); in tcpedit_packet()
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_ip.c451 ip_hdr.ip_flags[0] = (0x06 << 4) | ((tc & 0xF0) >> 4); in libnet_build_ipv6()
452 ip_hdr.ip_flags[1] = ((tc & 0x0F) << 4) | ((fl & 0xF0000) >> 16); in libnet_build_ipv6()
453 ip_hdr.ip_flags[2] = fl & 0x0FF00 >> 8; in libnet_build_ipv6()
454 ip_hdr.ip_flags[3] = fl & 0x000FF; in libnet_build_ipv6()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnslg/include/dnslg/
H A Dresolv.h113 ya_result resolv_address(host_address *src, host_address *dst, int ip_flags);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh163 $tcflags ip_flags frag action continue
165 $tcflags ip_flags firstfrag action continue
167 $tcflags ip_flags nofirstfrag action continue
169 $tcflags ip_flags nofrag action drop
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh163 $tcflags ip_flags frag action continue
165 $tcflags ip_flags firstfrag action continue
167 $tcflags ip_flags nofirstfrag action continue
169 $tcflags ip_flags nofrag action drop
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh163 $tcflags ip_flags frag action continue
165 $tcflags ip_flags firstfrag action continue
167 $tcflags ip_flags nofirstfrag action continue
169 $tcflags ip_flags nofrag action drop
/dports/security/barnyard2/barnyard2-2-1.13/schemas/
H A Dcreate_oracle.sql190 ip_flags INT, field
/dports/security/barnyard2-sguil/barnyard2-2-1.13/schemas/
H A Dcreate_oracle.sql190 ip_flags INT, field
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Dfailover.h231 u_int16_t ip_flags; member
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Dfailover.h231 u_int16_t ip_flags; member
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Dfailover.h231 u_int16_t ip_flags; member

1234