Searched refs:ifindex (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | session.c | 43 && (A)->ifindex == (B)->ifindex) 50 if (a->ifindex != b->ifindex || in _dtls_address_equals_impl()
|
D | session.h | 40 int ifindex; member 57 uint8_t ifindex; member
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | coap_io.h | 55 int ifindex; member 148 int ifindex; member
|
/net-tools-3.7.0/libcoap/src/ |
D | coap_io.c | 47 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.7.0/ |
D | echo-server.c | 262 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()
|
D | throughput-client.c | 353 int ifindex = -1, optval = 1; in main() local 451 ifindex = get_ifindex(interface); in main() 452 if (ifindex < 0) { in main()
|
D | echo-client.c | 406 int ifindex = -1, optval = 1; in main() local 523 ifindex = get_ifindex(interface); in main() 524 if (ifindex < 0) { in main()
|
D | coap-client.c | 372 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;
|