Home
last modified time | relevance | path

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

/net-tools-3.7.0/
Decho-server.c92 static int bind_device(int fd, const char *interface, void *addr, int len, in bind_device() function
474 bind_device(fd4, interface, &addr4_recv, sizeof(addr4_recv), AF_INET); in main()
475 bind_device(fd6, interface, &addr6_recv, sizeof(addr6_recv), AF_INET6); in main()
477 bind_device(fd4m, interface, &maddr4, sizeof(maddr4), AF_INET); in main()
478 bind_device(fd6m, interface, &maddr6, sizeof(maddr6), AF_INET6); in main()
491 bind_device(tcp4, interface, &addr4_recv, sizeof(addr4_recv), AF_INET); in main()
492 bind_device(tcp6, interface, &addr6_recv, sizeof(addr6_recv), AF_INET6); in main()