Home
last modified time | relevance | path

Searched defs:eom (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/network/
Dns_parse.c80 int ns_skiprr(const unsigned char *ptr, const unsigned char *eom, ns_sect section, int count) in ns_skiprr()
163 int ns_name_uncompress(const unsigned char *msg, const unsigned char *eom, in ns_name_uncompress()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c213 unsigned char *eom = msg + sizeof(msg) - 1; in ns_skiprr_0100() local
236 unsigned char *eom = msg + sizeof(msg); in ns_skiprr_0200() local
/third_party/ltp/lib/
Dtst_rtnetlink.c137 struct nlmsghdr eom = { .nlmsg_type = NLMSG_DONE }; in tst_rtnl_send() local
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h119 uint8_t eom:1; /* EOM has been sent */ member