Home
last modified time | relevance | path

Searched refs:udplen (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_udp.c53 int udplen; in interpret_udp() local
62 udplen = ntohs((ushort_t)udp->uh_ulen) - sizeof (struct udphdr); in interpret_udp()
64 if (fraglen > udplen) in interpret_udp()
65 fraglen = udplen; in interpret_udp()
77 valid_rpc(data, udplen); in interpret_udp()
80 show_header("UDP: ", "UDP Header", udplen); in interpret_udp()
102 udplen > fraglen ? in interpret_udp()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe_util.c231 uint_t udplen; in gem_dump_packet() local
338 udplen = GET_NET16(&p[4]); in gem_dump_packet()
340 udplen, GET_NET16(&p[6])); in gem_dump_packet()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c13939 …const mDNSu16 udplen = (mDNSu16)((mDNSu16)t->bytes[4] << 8 | t->bytes[5]); // Len… in mDNSCoreReceiveRawTransportPacket() local
13940 if (udplen >= sizeof(UDPHeader)) in mDNSCoreReceiveRawTransportPacket()
13942 const mDNSu16 datalen = udplen - sizeof(UDPHeader); in mDNSCoreReceiveRawTransportPacket()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h552 __be16 udplen; member