Home
last modified time | relevance | path

Searched refs:type (Results 26 – 50 of 60) sorted by relevance

123

/lib/liblwip/src/api/
Dsockets.c262 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 …]
Dapi_lib.c376 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/
Detharp.c423 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 …]
Dethernetif.c238 switch (htons(ethhdr->type)) {
/lib/liblwip/src/include/lwip/
Dnetif.h233 #define NETIF_INIT_SNMP(netif, type, speed) \ argument
235 (netif)->link_type = (type); \
248 #define NETIF_INIT_SNMP(netif, type, speed) argument
Dapi.h136 enum netconn_type type; member
219 #define netconn_type(conn) (conn->type)
Dtcp.h156 #define TCP_PCB_COMMON(type) \ argument
157 type *next; /* for the linked list */ \
Dtcpip.h134 enum tcpip_msg_type type; member
Dsnmp_msg.h296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
/sys/amd64/include/
Dasm.h6 .type fname, @function; \
Dmultiboot.h233 uint32_t type; member
Damd64.h96 uint8_t type; member
/sys/include/
Dmbuf.h18 uint32_t type; member
Dhandle.h19 uint64_t type; // Type member
Dpci.h52 uint32_t type; member
/sys/dev/
Dsata.h9 uint8_t type; // 0x27 member
Dpci.c262 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()
Dahci.c309 fis.type = SATAFIS_TYPE_REG_H2D; in AHCI_IdentifyPort()
436 dev.bars[bar].type == PCIBAR_TYPE_IO ? "IO" : "Mem"); in AHCI_Configure()
/sys/amd64/
Dmbentry.c176 (unsigned) mmap->type); in MachineBoot_Entry()
177 if (mmap->type == MULTIBOOT_MEMORY_AVAILABLE) { in MachineBoot_Entry()
/bin/ethinject/
Dethinject.c23 mbuf.type = MBUF_TYPE_NULL; in writePacket()
/bin/ethdump/
Dethdump.c38 mbuf.type = MBUF_TYPE_NULL; in readPacket()
/lib/liblwip/src/core/
Ddns.c150 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/
Dasn1_enc.c181 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()
Dasn1_dec.c52 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/
Detharp.h78 PACK_STRUCT_FIELD(u16_t type);

123