Home
last modified time | relevance | path

Searched defs:UDP (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/systat/
H A Dsystat.h60 #define UDP 0x2 macro
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h57 #define UDP 0x04 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c80 #define UDP(p) ((struct udphdr *)(p)) macro
H A Dip_fw2.c255 #define UDP(p) ((struct udphdr *)(p)) macro
/freebsd/contrib/capsicum-test/
H A Dsocket.cc245 TEST(Socket, UDP) { in TEST() argument
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto61 UDP = 1; // DNS over UDP transport (RFC 1035 section 4.2.1) enumerator
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h79 #define UDP(p) ((struct udphdr *)(p)) macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp257 } else if (const auto *UDP = dyn_cast<OMPUseDevicePtrClause>(C)) { in OMPSimdLexicalScope() local
263 } else if (const auto *UDP = dyn_cast<OMPUseDeviceAddrClause>(C)) { in OMPSimdLexicalScope() local