HomeSort by relevance Sort by last modified time
    Searched refs:s8_t (Results 1 - 11 of 11) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
err.h 47 typedef s8_t err_t;
netbuf.h 75 s8_t netbuf_next (struct netbuf *buf);
snmp_structs.h 253 s8_t snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn);
254 s8_t snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn);
snmp_msg.h 305 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
  /external/syslinux/core/lwip/src/include/arch/
cc.h 14 typedef int8_t s8_t; typedef
  /external/syslinux/core/lwip/src/netif/
etharp.c 136 #error "ARP_TABLE_SIZE must fit in an s8_t, you have to reduce it in your lwipopts.h"
257 static s8_t
260 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE;
261 s8_t empty = ARP_TABLE_SIZE;
264 s8_t old_queue = ARP_TABLE_SIZE;
338 return (s8_t)ERR_MEM;
375 return (s8_t)ERR_MEM;
445 s8_t i;
549 s8_t i;
582 s8_t
    [all...]
undiif.c 707 static s8_t
714 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE;
715 s8_t empty = ARP_TABLE_SIZE;
719 s8_t old_queue = ARP_TABLE_SIZE;
829 return (s8_t)ERR_MEM;
871 return (s8_t)ERR_MEM;
936 s8_t i; /* ARP entry index */
    [all...]
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 183 s8_t etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr,
  /external/syslinux/core/lwip/src/api/
netbuf.c 217 s8_t
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 215 s8_t
219 s8_t insert;
337 s8_t
340 s8_t fc;
msg_out.c 220 snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap)

Completed in 263 milliseconds