| /lib/liblwip/src/api/ |
| D | sockets.c | 262 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket() 769 if (sock->conn->type != NETCONN_TCP) { in lwip_send() 807 if (sock->conn->type == NETCONN_TCP) { 837 if (sock->conn->type != NETCONN_RAW) { 854 if (NETCONNTYPE_GROUP(sock->conn->type) == NETCONN_UDP) { 922 if (sock->conn->type != NETCONN_RAW) { 948 lwip_socket(int domain, int type, int protocol) argument 956 switch (type) { 979 domain, type, protocol)); 1513 if ((sock->conn->type != NETCONN_UDP) || [all …]
|
| D | api_lib.c | 376 if (conn->type == NETCONN_TCP) in netconn_recv_data() 468 if (conn->type == NETCONN_TCP) in netconn_recv() 520 if ((conn != NULL) && (conn->type == NETCONN_TCP) && in netconn_recved() 606 LWIP_ERROR("netconn_write: invalid conn->type", (conn->type == NETCONN_TCP), return ERR_VAL;); in netconn_write_partly()
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 423 ethhdr->type = PP_HTONS(ETHTYPE_IP); in etharp_send_ip() 651 if (ethhdr->type == PP_HTONS(ETHTYPE_VLAN)) { 716 if (ethhdr->type == PP_HTONS(ETHTYPE_VLAN)) { 1087 if(p->type != PBUF_ROM) { 1237 ethhdr->type = PP_HTONS(ETHTYPE_ARP); 1280 u16_t type; local 1300 (unsigned)htons(ethhdr->type))); 1302 type = ethhdr->type; 1304 if (type == PP_HTONS(ETHTYPE_VLAN)) { 1323 type = vlan->tpid; [all …]
|
| D | ethernetif.c | 238 switch (htons(ethhdr->type)) {
|
| /lib/liblwip/src/include/lwip/ |
| D | netif.h | 233 #define NETIF_INIT_SNMP(netif, type, speed) \ argument 235 (netif)->link_type = (type); \ 248 #define NETIF_INIT_SNMP(netif, type, speed) argument
|
| D | api.h | 136 enum netconn_type type; member 219 #define netconn_type(conn) (conn->type)
|
| D | tcp.h | 156 #define TCP_PCB_COMMON(type) \ argument 157 type *next; /* for the linked list */ \
|
| D | tcpip.h | 134 enum tcpip_msg_type type; member
|
| D | snmp_msg.h | 296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
|
| /sys/amd64/include/ |
| D | asm.h | 6 .type fname, @function; \
|
| D | multiboot.h | 233 uint32_t type; member
|
| D | amd64.h | 96 uint8_t type; member
|
| /sys/include/ |
| D | mbuf.h | 18 uint32_t type; member
|
| D | handle.h | 19 uint64_t type; // Type member
|
| D | pci.h | 52 uint32_t type; member
|
| /sys/dev/ |
| D | sata.h | 9 uint8_t type; // 0x27 member
|
| D | pci.c | 262 dev->bars[bar].type = PCIBAR_TYPE_NULL; in PCI_Configure() 280 dev->bars[bar].type = PCIBAR_TYPE_IO; in PCI_Configure() 285 dev->bars[bar].type = PCIBAR_TYPE_MEM; in PCI_Configure()
|
| D | ahci.c | 309 fis.type = SATAFIS_TYPE_REG_H2D; in AHCI_IdentifyPort() 436 dev.bars[bar].type == PCIBAR_TYPE_IO ? "IO" : "Mem"); in AHCI_Configure()
|
| /sys/amd64/ |
| D | mbentry.c | 176 (unsigned) mmap->type); in MachineBoot_Entry() 177 if (mmap->type == MULTIBOOT_MEMORY_AVAILABLE) { in MachineBoot_Entry()
|
| /bin/ethinject/ |
| D | ethinject.c | 23 mbuf.type = MBUF_TYPE_NULL; in writePacket()
|
| /bin/ethdump/ |
| D | ethdump.c | 38 mbuf.type = MBUF_TYPE_NULL; in readPacket()
|
| /lib/liblwip/src/core/ |
| D | dns.c | 150 u16_t type; member 160 u16_t type; member 605 qry.type = PP_HTONS(DNS_RRTYPE_A); in dns_send() 803 if((ans.type == PP_HTONS(DNS_RRTYPE_A)) && (ans.cls == PP_HTONS(DNS_RRCLASS_IN)) && in dns_recv()
|
| /lib/liblwip/src/core/snmp/ |
| D | asn1_enc.c | 181 snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type) in snmp_asn1_enc_type() argument 195 *msg_ptr = type; in snmp_asn1_enc_type()
|
| D | asn1_dec.c | 52 snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type) in snmp_asn1_dec_type() argument 66 *type = *msg_ptr; in snmp_asn1_dec_type()
|
| /lib/liblwip/src/include/netif/ |
| D | etharp.h | 78 PACK_STRUCT_FIELD(u16_t type);
|