Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 32) sorted by relevance

12

/lib/liblwip/src/include/ipv6/lwip/
Dicmp.h72 u8_t type; member
80 u8_t type; member
87 u8_t type; member
/sys/include/
Dqueue.h149 #define SLIST_HEAD(name, type) \ argument
157 #define SLIST_ENTRY(type) \ argument
210 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
233 #define SLIST_SWAP(head1, head2, type) do { \ argument
242 #define STAILQ_HEAD(name, type) \ argument
251 #define STAILQ_ENTRY(type) \ argument
314 #define STAILQ_LAST(head, type, field) \ argument
320 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
346 #define STAILQ_SWAP(head1, head2, type) do { \ argument
363 #define LIST_HEAD(name, type) \ argument
[all …]
Dmbuf.h18 uint32_t type; member
Dhandle.h19 uint64_t type; // Type member
Dspinlock.h24 uint64_t type; member
Delf64.h148 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) argument
152 #define ELF64_R_TYPE_INFO(data, type) \ argument
204 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Dpci.h52 uint32_t type; member
/lib/liblwip/src/core/ipv4/
Dicmp.c79 u8_t type; in icmp_input() local
291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
Digmp.c762 igmp_send(struct igmp_group *group, u8_t type) in igmp_send()
/lib/liblwip/src/include/lwip/
Dmemp.h87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) argument
88 #define memp_free(type, mem) mem_free(mem) argument
Dpbuf.h99 u8_t /*pbuf_type*/ type; member
Dnetif.h233 #define NETIF_INIT_SNMP(netif, type, speed) \ argument
248 #define NETIF_INIT_SNMP(netif, type, speed) argument
Dtcpip.h134 enum tcpip_msg_type type; member
/include/
Dstdarg.h12 #define va_arg(ap, type) \ argument
/lib/liblwip/src/core/
Dpbuf.c207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
513 u16_t type; in pbuf_header() local
620 u16_t type; in pbuf_free() local
Dmemp.c390 memp_malloc(memp_t type) in memp_malloc()
435 memp_free(memp_t type, void *mem) in memp_free()
Ddns.c150 u16_t type; member
160 u16_t type; member
/lib/liblwip/src/core/ipv6/
Dicmp6.c49 u8_t type; in icmp_input() local
/lib/liblwip/src/core/snmp/
Dmsg_in.c921 u8_t type; in snmp_pdu_header_check() local
1115 u8_t type; in snmp_pdu_dec_varbindlist() local
1316 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) in snmp_varbind_alloc()
Dasn1_dec.c52 snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type) in snmp_asn1_dec_type()
Dasn1_enc.c181 snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type) in snmp_asn1_enc_type()
/sys/kern/
Dspinlock.c43 Spinlock_Init(Spinlock *lock, const char *name, uint64_t type) in Spinlock_Init()
Dsysctl.c13 int type; member
/sys/dev/
Dsata.h9 uint8_t type; // 0x27 member
/sbin/sysctl/
Dsysctl.c12 int type; member

12