Home
last modified time | relevance | path

Searched refs:ifindex (Results 1 – 8 of 8) sorted by relevance

/net-tools-3.5.0/tinydtls-0.8.2/
Dsession.c43 && (A)->ifindex == (B)->ifindex)
50 if (a->ifindex != b->ifindex || in _dtls_address_equals_impl()
Dsession.h40 int ifindex; member
57 uint8_t ifindex; member
/net-tools-3.5.0/libcoap/include/coap/
Dcoap_io.h55 int ifindex; member
148 int ifindex; member
/net-tools-3.5.0/libcoap/src/
Dcoap_io.c47 int ifindex; member
281 pktinfo->ipi6_ifindex = ep->ifindex; in coap_network_send()
288 pktinfo->ipi6_ifindex = ep->ifindex; in coap_network_send()
316 pktinfo->ipi_ifindex = ep->ifindex; in coap_network_send()
385 target->ifindex = packet->ifindex; in coap_packet_populate_endpoint()
480 (*packet)->ifindex = (int)(u.p->ipi6_ifindex); in coap_network_read()
503 (*packet)->ifindex = u.p->ipi_ifindex; in coap_network_read()
/net-tools-3.5.0/
Decho-server.c262 static int join_mc_group(int sock, int ifindex, int family, void *addr, in join_mc_group() argument
270 req.gr_interface = ifindex; in join_mc_group()
386 int ifindex = -1; in main() local
413 ifindex = get_ifindex(interface); in main()
414 if (ifindex < 0) { in main()
480 join_mc_group(fd4m, ifindex, AF_INET, &maddr4, sizeof(maddr4)); in main()
481 join_mc_group(fd6m, ifindex, AF_INET6, &maddr6, sizeof(maddr6)); in main()
Dthroughput-client.c353 int ifindex = -1, optval = 1; in main() local
451 ifindex = get_ifindex(interface); in main()
452 if (ifindex < 0) { in main()
Decho-client.c406 int ifindex = -1, optval = 1; in main() local
523 ifindex = get_ifindex(interface); in main()
524 if (ifindex < 0) { in main()
Dcoap-client.c372 int ifindex; /* network interface index */ member
1576 int ifindex = -1, on, port; local
1689 ifindex = get_ifindex(interface);
1690 if (ifindex < 0) {
1743 user_data.ifindex = ifindex;