Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dnd6.c179 s8_t i; in nd6_duplicate_addr_detected()
305 s8_t i; in nd6_input()
976 s8_t i; in nd6_tmr()
1430 s8_t i; in nd6_find_neighbor_cache_entry()
1451 s8_t i; in nd6_new_neighbor_cache_entry()
1452 s8_t j; in nd6_new_neighbor_cache_entry()
1659 s8_t i; in nd6_is_prefix_in_netif()
1772 s8_t i; in nd6_find_route()
1807 s8_t i; in nd6_get_router()
1897 s8_t i; in nd6_get_onlink_prefix()
[all …]
H A Dip6.c93 s8_t i; in ip6_route()
287 s8_t dest_scope, cand_scope; in ip6_select_source_address()
288 s8_t best_scope = IP6_MULTICAST_SCOPE_RESERVED; in ip6_select_source_address()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dmdns.h102 typedef void (*mdns_name_result_cb_t)(struct netif* netif, u8_t result, s8_t slot);
104 void *mdns_get_service_txt_userdata(struct netif *netif, s8_t slot);
115 s8_t mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_s…
H A Dsnmp_core.h302 s8_t snmp_oid_compare(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len);
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetif.h536 void netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, const ip6_addr_t *addr6);
537 void netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32…
539 void netif_ip6_addr_set_state(struct netif* netif, s8_t addr_idx, u8_t state);
540 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
542 err_t netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx);
644 s8_t addr_index;
652 s8_t addr_index;
H A Derr.h96 typedef s8_t err_t;
H A Dnd6.h80 void nd6_adjust_mld_membership(struct netif *netif, s8_t addr_idx, u8_t new_state);
H A Dnetbuf.h84 s8_t netbuf_next (struct netbuf *buf);
H A Darch.h126 typedef int8_t s8_t; typedef
/reactos/drivers/network/tcpip/lwip/src/netif/
H A 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()
H A Dlowpan6.c190 s8_t i; in lowpan6_parse_iee802154_header()
650 s8_t i; in lowpan6_input()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dnetif.c294 s8_t i; in netif_add()
1368 netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, const ip6_addr_t *addr6) in netif_ip6_addr_set()
1390 netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32_t i3) in netif_ip6_addr_set_parts()
1447 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state) in netif_ip6_addr_set_state()
1517 s8_t
1520 s8_t i; in netif_get_ip6_addr_match()
1619 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx) in netif_add_ip6_address()
1621 s8_t i; in netif_add_ip6_address()
/reactos/drivers/network/tcpip/lwip/src/include/netif/
H A Dlowpan6_common.h66 s8_t lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct lowpan6_link_addr *mac_addr);
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetbuf.c221 s8_t
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_core.c625 s8_t
1297 s8_t i = 7; in snmp_encode_bits()
/reactos/drivers/network/tcpip/lwip/src/apps/mdns/
H A Dmdns.c1779 mdns_probe_conflict(struct netif *netif, s8_t slot) in mdns_probe_conflict()
1828 s8_t first = 1; in mdns_handle_response()
2518 s8_t
2846 void *mdns_get_service_txt_userdata(struct netif *netif, s8_t slot) in mdns_get_service_txt_userdata()
/reactos/drivers/network/tcpip/lwip/src/apps/smtp/
H A Dsmtp.c917 s8_t j; in smtp_base64_encode()