OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uh_sum
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/dhcp/dist/includes/netinet/
udp.h
67
u_int16_t
uh_sum
; /* udp checksum */
member in struct:udphdr
/src/sys/netinet/
udp.h
46
uint16_t
uh_sum
; /* udp checksum */
member in struct:udphdr
/src/sys/arch/mvme68k/stand/sboot/
etherfun.h
92
u_short
uh_sum
;
member in struct:udp
/src/sys/lib/libsa/
rpc.c
298
u_int16_t
uh_sum
; /* udp checksum */
member in struct:hackhdr
/src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h
156
__u16
uh_sum
;
member in struct:__anon6696
/src/external/bsd/tcpdump/dist/
udp.h
40
nd_uint16_t
uh_sum
; /* udp checksum */
member in struct:udphdr
/src/sys/netipsec/
ipsec.c
1840
uint16_t plen,
uh_sum
;
local
1853
uh_sum
= in6_cksum(m, IPPROTO_UDP, sizeof(*ip6), plen);
1854
if (
uh_sum
== 0)
1855
uh_sum
= 0xffff;
1857
off = sizeof(*ip6) + offsetof(struct udphdr,
uh_sum
);
1858
m_copyback(m, off, sizeof(
uh_sum
), (void *)&
uh_sum
);
Completed in 43 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026