Home
last modified time | relevance | path

Searched refs:BPF_WORDALIGN (Results 26 – 50 of 77) sorted by relevance

1234

/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/include/
H A Dbpf.h56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/bpf/net/
H A Dbpf.h56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/net/libnet/libnet-1.1.6/include/
H A Dbpf.h61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/net/thcrut/thcrut-1.2.5/Libnet-1.0.2a/include/
H A Dbpf.h56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NET/
H A DBpf.h66 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/WinPCAP/pcap/
H A Dbpf.h80 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/net/tcptrace/tcptrace-508f73a/cygwin-includes/net/
H A Dbpf.h60 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/net/norm/norm-1.5r6/protolib/src/unix/
H A DbpfCap.cpp303 bpf_index += BPF_WORDALIGN(bpfHdr->bh_caplen + bpfHdr->bh_hdrlen); in Recv()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h65 #define BPF_WORDALIGN(x) (((x) + (BPF_ALIGNMENT - 1)) & ~(BPF_ALIGNMENT - 1)) macro
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dpcap-bpf.c120 bp += BPF_WORDALIGN(caplen + hdrlen); in pcap_read()
/dports/emulators/vice/vice-3.5/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h65 #define BPF_WORDALIGN(x) (((x) + (BPF_ALIGNMENT - 1)) & ~(BPF_ALIGNMENT - 1)) macro
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_bpf.c226 iface->buffer_pos += BPF_WORDALIGN(packet.bh_hdrlen + in dhcp_get_raw_packet()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_bpf.c256 buff_ptr += BPF_WORDALIGN(bpf_hdr->bh_hdrlen + in isis_recv_pdu_bcast()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_bpf.c256 buff_ptr += BPF_WORDALIGN(bpf_hdr->bh_hdrlen + in isis_recv_pdu_bcast()
/dports/net/parpd/parpd-1.3/
H A Dmain.c270 s = BPF_WORDALIGN(ph->bh_hdrlen + ph->bh_caplen); in main()
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Deth_fbsd.cc401 bhdr = (struct bpf_hdr*) ((char*) bhdr + BPF_WORDALIGN(bhdr->bh_hdrlen + bhdr->bh_caplen)); in rx_timer()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dbpf.h64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/dports/benchmarks/polygraph/polygraph-4.13.0/tools/
H A Dmsl_test_bsd.c72 bpfWalkCur += BPF_WORDALIGN(b->bh_hdrlen + b->bh_caplen); in bpfWalkNext()
/dports/net/tcpview/tcpview-1.0/bpf/net/
H A Dbpf.c1079 curlen = BPF_WORDALIGN(d->bd_slen);
1212 bp->bif_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen;
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DMacEthernetTapAgent.c353 p += BPF_WORDALIGN(h->bh_hdrlen + h->bh_caplen); in main()
/dports/mail/spamd/spamd-4.9.1/spamlogd/
H A Dspamlogd.c206 hdrlen = BPF_WORDALIGN(hdr->length);
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DBridgeUnix.c1369 rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1370 next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1953 e->Rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
1954 e->Next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DBridgeUnix.c1369 rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1370 next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1953 e->Rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
1954 e->Next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DBridgeUnix.c1243 rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1244 next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in BpfThread()
1861 e->Rest -= BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
1862 e->Next += BPF_WORDALIGN(hdr->bh_hdrlen + hdr->bh_caplen); in EthGetPacketBpf()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dopenbsd.c195 int offset = BPF_WORDALIGN(tot); in get_80211()

1234