Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 7 of 7) sorted by relevance

/external/lib/lwip/include/ipv4/lwip/
A Dip.h146 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument
147 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument
148 #define IPH_TOS(hdr) ((hdr)->_tos) argument
149 #define IPH_LEN(hdr) ((hdr)->_len) argument
150 #define IPH_ID(hdr) ((hdr)->_id) argument
151 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument
152 #define IPH_TTL(hdr) ((hdr)->_ttl) argument
153 #define IPH_PROTO(hdr) ((hdr)->_proto) argument
154 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument
157 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
[all …]
A Dicmp.h91 #define ICMPH_TYPE(hdr) ((hdr)->type) argument
92 #define ICMPH_CODE(hdr) ((hdr)->code) argument
95 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
96 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
/external/lib/lwip/netif/
A Detharp.c690 struct etharp_hdr *hdr; local
1184 struct etharp_hdr *hdr; local
/external/lib/lwip/core/
A Ddns.c563 struct dns_hdr *hdr; in dns_send() local
737 struct dns_hdr *hdr; in dns_recv() local
/external/lib/lwip/include/ipv6/lwip/
A Dip.h99 #define IPH_PROTO(hdr) (iphdr->nexthdr) argument
/external/lib/lwip/core/ipv4/
A Dautoip.c478 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
/external/lib/miniz/
A Dminiz.c3948 mz_uint8 hdr[MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE]; in mz_zip_writer_finalize_archive() local

Completed in 24 milliseconds