/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
A D | ip4.h | 104 #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 D | ip6.h | 100 #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 D | icmp.h | 82 #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 D | dns.h | 96 #define DNS_HDR_GET_OPCODE(hdr) ((((hdr)->flags1) >> 3) & 0xF) argument
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
A D | ip4.h | 102 #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 D | ip6.h | 152 #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 D | icmp.h | 82 #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 D | dns.h | 96 #define DNS_HDR_GET_OPCODE(hdr) ((((hdr)->flags1) >> 3) & 0xF) argument
|
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
A D | ip.h | 146 #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 D | icmp.h | 91 #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 D | virtio_gpu.h | 125 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 D | usbh_bl616.h | 111 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 D | ip6_frag.h | 71 #define IPV6_FRAG_HDRREF(hdr) (&(hdr)) argument
|
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
A D | ip.h | 99 #define IPH_PROTO(hdr) (iphdr->nexthdr) argument
|
/components/drivers/can/ |
A D | dev_can.c | 61 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 D | autoip.c | 478 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
|
/components/drivers/usb/cherryusb/class/wireless/ |
A D | usbd_rndis.c | 475 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 D | etharp.c | 643 struct etharp_hdr *hdr; local 1110 struct etharp_hdr *hdr; local
|
A D | autoip.c | 453 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 D | etharp.c | 643 struct etharp_hdr *hdr; local 1109 struct etharp_hdr *hdr; local
|
A D | autoip.c | 453 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
|
/components/net/lwip/lwip-2.1.2/src/netif/ |
A D | lowpan6.c | 130 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 D | etharp.c | 690 struct etharp_hdr *hdr; local 1184 struct etharp_hdr *hdr; local
|
/components/net/lwip/lwip-1.4.1/src/core/ |
A D | dns.c | 577 struct dns_hdr *hdr; in dns_send() local 751 struct dns_hdr *hdr; in dns_recv() local
|
/components/drivers/pci/endpoint/ |
A D | endpoint.c | 21 struct rt_pci_ep_header *hdr) in rt_pci_ep_write_header()
|