Home
last modified time | relevance | path

Searched refs:s8_t (Results 1 – 18 of 18) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dnd6.c107 static s8_t nd6_find_neighbor_cache_entry(const ip6_addr_t *ip6addr);
108 static s8_t nd6_new_neighbor_cache_entry(void);
109 static void nd6_free_neighbor_cache_entry(s8_t i);
113 static s8_t nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif);
114 static s8_t nd6_get_router(const ip6_addr_t *router_addr, struct netif *netif);
115 static s8_t nd6_new_router(const ip6_addr_t *router_addr, struct netif *netif);
116 static s8_t nd6_get_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif);
117 static s8_t nd6_new_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif);
118 static s8_t nd6_get_next_hop_entry(const ip6_addr_t *ip6addr, struct netif *netif);
119 static err_t nd6_queue_packet(s8_t neighbor_index, struct pbuf *q);
[all …]
Dip6.c97 s8_t i;
339 s8_t dest_scope, cand_scope;
340 s8_t best_scope = IP6_MULTICAST_SCOPE_RESERVED;
/third_party/lwip/src/include/lwip/apps/
Dmdns.h80 s8_t mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_s…
81 err_t mdns_resp_del_service(struct netif *netif, s8_t slot);
82 err_t mdns_resp_rename_service(struct netif *netif, s8_t slot, const char *name);
Dsnmp_core.h302 s8_t snmp_oid_compare(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len);
/third_party/lwip/src/include/lwip/
Dnetif.h551 void netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, const ip6_addr_t *addr6);
552 void netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32…
554 void netif_ip6_addr_set_state(struct netif* netif, s8_t addr_idx, u8_t state);
555 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
557 err_t netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx);
662 s8_t addr_index;
670 s8_t addr_index;
Derr.h96 typedef s8_t err_t;
Dnd6.h80 void nd6_adjust_mld_membership(struct netif *netif, s8_t addr_idx, u8_t new_state);
Dnetbuf.h84 s8_t netbuf_next (struct netbuf *buf);
Darch.h126 typedef int8_t s8_t; typedef
/third_party/lwip/src/netif/
Dlowpan6_common.c64 s8_t
92 static s8_t
114 static s8_t
117 s8_t i; in lowpan6_context_lookup()
139 s8_t i; in lowpan6_compress_headers()
400 s8_t i; in lowpan6_decompress_hdr()
Dlowpan6.c215 s8_t i; in lowpan6_parse_iee802154_header()
674 s8_t i; in lowpan6_input()
/third_party/lwip/src/core/
Dnetif.c334 s8_t i;
1458 netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, const ip6_addr_t *addr6)
1480 netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32_t i3)
1537 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state)
1607 s8_t
1610 s8_t i;
1709 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx)
1711 s8_t i;
/third_party/lwip/src/include/netif/
Dlowpan6_common.h66 s8_t lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct lowpan6_link_addr *mac_addr);
/third_party/lwip/src/api/
Dnetbuf.c221 s8_t
/third_party/lwip/src/apps/mdns/
Dmdns.c2191 s8_t
2194 s8_t i; in mdns_resp_add_service()
2195 s8_t slot = -1; in mdns_resp_add_service()
2242 mdns_resp_del_service(struct netif *netif, s8_t slot) in mdns_resp_del_service()
2267 mdns_resp_rename_service(struct netif *netif, s8_t slot, const char *name) in mdns_resp_rename_service()
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c622 s8_t
1294 s8_t i = 7; in snmp_encode_bits()
/third_party/lwip/doc/
Dmdns.txt112 mdns_resp_del_service(struct netif *netif, s8_t slot)
/third_party/lwip/src/apps/smtp/
Dsmtp.c917 s8_t j; in smtp_base64_encode()