Home
last modified time | relevance | path

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

12

/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip4.h104 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument
105 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument
107 #define IPH_TOS(hdr) ((hdr)->_tos) argument
108 #define IPH_LEN(hdr) ((hdr)->_len) argument
109 #define IPH_ID(hdr) ((hdr)->_id) argument
110 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument
112 #define IPH_TTL(hdr) ((hdr)->_ttl) argument
113 #define IPH_PROTO(hdr) ((hdr)->_proto) argument
114 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument
118 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
[all …]
A Dip6.h100 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument
101 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument
102 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument
103 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument
135 #define IP6_OPT_TYPE(hdr) ((hdr)->_opt_type) argument
136 #define IP6_OPT_DLEN(hdr) ((hdr)->_opt_dlen) argument
155 #define IP6_HBH_NEXTH(hdr) ((hdr)->_nexth) argument
174 #define IP6_DEST_NEXTH(hdr) ((hdr)->_nexth) argument
198 #define IP6_ROUT_NEXTH(hdr) ((hdr)->_nexth) argument
199 #define IP6_ROUT_TYPE(hdr) ((hdr)->_routing_type) argument
[all …]
A Dicmp.h82 #define ICMPH_TYPE(hdr) ((hdr)->type) argument
83 #define ICMPH_CODE(hdr) ((hdr)->code) argument
84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
85 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
A Ddns.h96 #define DNS_HDR_GET_OPCODE(hdr) ((((hdr)->flags1) >> 3) & 0xF) argument
/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h102 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument
103 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument
104 #define IPH_TOS(hdr) ((hdr)->_tos) argument
105 #define IPH_LEN(hdr) ((hdr)->_len) argument
106 #define IPH_ID(hdr) ((hdr)->_id) argument
107 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument
108 #define IPH_TTL(hdr) ((hdr)->_ttl) argument
109 #define IPH_PROTO(hdr) ((hdr)->_proto) argument
110 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument
114 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
[all …]
A Dip6.h152 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument
153 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument
154 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument
155 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument
156 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument
157 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument
158 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument
160 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
161 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) argument
162 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument
[all …]
A Dicmp.h82 #define ICMPH_TYPE(hdr) ((hdr)->type) argument
83 #define ICMPH_CODE(hdr) ((hdr)->code) argument
84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
85 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
A Ddns.h96 #define DNS_HDR_GET_OPCODE(hdr) ((((hdr)->flags1) >> 3) & 0xF) argument
/components/net/lwip/lwip-1.4.1/src/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
/components/drivers/virtio/
A Dvirtio_gpu.h125 struct virtio_gpu_ctrl_hdr hdr; member
136 struct virtio_gpu_ctrl_hdr hdr; member
143 struct virtio_gpu_ctrl_hdr hdr; member
165 struct virtio_gpu_ctrl_hdr hdr; member
174 struct virtio_gpu_ctrl_hdr hdr; member
181 struct virtio_gpu_ctrl_hdr hdr; member
189 struct virtio_gpu_ctrl_hdr hdr; member
197 struct virtio_gpu_ctrl_hdr hdr; member
206 struct virtio_gpu_ctrl_hdr hdr; member
220 struct virtio_gpu_ctrl_hdr hdr; member
[all …]
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.h111 rnm_base_msg_t hdr; member
115 rnm_base_msg_t hdr; member
121 rnm_base_msg_t hdr; member
128 rnm_base_msg_t hdr; member
148 rnm_base_msg_t hdr; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip6_frag.h71 #define IPV6_FRAG_HDRREF(hdr) (&(hdr)) argument
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/
A Dip.h99 #define IPH_PROTO(hdr) (iphdr->nexthdr) argument
/components/drivers/can/
A Ddev_can.c61 rt_int8_t hdr; in _can_int_rx() local
790 rt_int8_t hdr; in rt_hw_can_isr() local
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dautoip.c478 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbd_rndis.c475 rndis_data_packet_t *hdr; in rndis_bulk_out() local
570 rndis_data_packet_t *hdr; in usbd_rndis_eth_tx() local
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Detharp.c643 struct etharp_hdr *hdr; local
1110 struct etharp_hdr *hdr; local
A Dautoip.c453 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Detharp.c643 struct etharp_hdr *hdr; local
1109 struct etharp_hdr *hdr; local
A Dautoip.c453 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
/components/net/lwip/lwip-2.1.2/src/netif/
A Dlowpan6.c130 lowpan6_write_iee802154_header(struct ieee_802154_hdr *hdr, const struct lowpan6_link_addr *src, in lowpan6_write_iee802154_header()
437 struct ieee_802154_hdr *hdr = (struct ieee_802154_hdr *)buffer; in lowpan6_frag() local
/components/net/lwip/lwip-1.4.1/src/netif/
A Detharp.c690 struct etharp_hdr *hdr; local
1184 struct etharp_hdr *hdr; local
/components/net/lwip/lwip-1.4.1/src/core/
A Ddns.c577 struct dns_hdr *hdr; in dns_send() local
751 struct dns_hdr *hdr; in dns_recv() local
/components/drivers/pci/endpoint/
A Dendpoint.c21 struct rt_pci_ep_header *hdr) in rt_pci_ep_write_header()

Completed in 68 milliseconds

12