Home
last modified time | relevance | path

Searched defs:UDPHeader (Results 1 – 12 of 12) sorted by relevance

/dports/net/mtr-nox11/mtr-0.94/packet/
H A Dprotocols.h86 struct UDPHeader { struct
87 uint16_t srcport;
88 uint16_t dstport;
89 uint16_t length;
90 uint16_t checksum;
/dports/net/mtr/mtr-0.94/packet/
H A Dprotocols.h86 struct UDPHeader { struct
87 uint16_t srcport;
88 uint16_t dstport;
89 uint16_t length;
90 uint16_t checksum;
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/pair/
H A Drawudp.py17 class UDPHeader: class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/pair/
H A Drawudp.py15 class UDPHeader: class
/dports/security/nmap/nmap-7.91/libnetutil/
H A DUDPHeader.cc71 UDPHeader::UDPHeader(){ in UDPHeader() function in UDPHeader
/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_ether.c2223 struct UDPHeader { struct
2224 uint16 source_port;
2225 uint16 dest_port;
2226 …16 length; /* The length of the entire UDP datagram, including both header and Data fields. */
2227 uint16 checksum;
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Dnetwork_packet_object.py825 class UDPHeader(entities.Entity): class
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/sf_engine/
H A Dsf_snort_packet.h221 } UDPHeader; typedef
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DTcpIp.h685 UDP_HEADER *UDPHeader; // UDP header member
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DTcpIp.h685 UDP_HEADER *UDPHeader; // UDP header member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DTcpIp.h592 UDP_HEADER *UDPHeader; // UDP header member
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNSEmbeddedAPI.h655 } UDPHeader; // 8 bytes; IP protocol type 0x11 typedef