Home
last modified time | relevance | path

Searched defs:TCP (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/usr.bin/systat/
H A Dsystat.h59 #define TCP 0x1 macro
/freebsd-src/sys/netinet/libalias/
H A Dalias_mod.h56 #define TCP 0x02 macro
/freebsd-src/sys/netpfil/ipfw/
H A Dip_fw_log.c78 #define TCP(p) ((struct tcphdr *)(p)) macro
H A Dip_fw2.c253 #define TCP(p) ((struct tcphdr *)(p)) macro
[all...]
/freebsd-src/contrib/capsicum-test/
H A Dsocket.cc129 TEST(Socket, TCP) { in TEST() argument
/freebsd-src/contrib/unbound/dnstap/
H A Ddnstap.proto62 TCP = 2; // DNS over TCP transport (RFC 1035 section 4.2.2) enumerator
/freebsd-src/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h78 #define TCP(p) ((struct tcphdr *)(p)) macro