Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c171 static void request_v4_interface(const char* name, int flags);
473 request_v4_interface(argv[i], INTERFACE_STREAMS); in main()
486 request_v4_interface(argv[i], INTERFACE_UPSTREAM); in main()
499 request_v4_interface(argv[i], INTERFACE_DOWNSTREAM); in main()
2183 void request_v4_interface(const char* name, int flags) { in request_v4_interface() function