HomeSort by: relevance | last modified time | path
    Searched defs:fallback_interface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
discover.c 49 struct interface_info *fallback_interface = 0; variable in typeref:struct:interface_info
1040 if (fallback_interface) {
1041 if (fcntl (fallback_interface -> rfdesc, F_SETFD, 1) < 0)
1043 if (fallback_interface -> rfdesc != fallback_interface -> wfdesc) {
1044 if (fcntl (fallback_interface -> wfdesc, F_SETFD, 1) < 0)
1066 status = interface_allocate (&fallback_interface, file, line);
1070 strcpy (fallback_interface -> name, "fallback");
1072 (*dhcp_interface_setup_hook) (fallback_interface,
1074 status = interface_reference (fp, fallback_interface, file, line)
    [all...]
discover.c 49 struct interface_info *fallback_interface = 0; variable in typeref:struct:interface_info
1040 if (fallback_interface) {
1041 if (fcntl (fallback_interface -> rfdesc, F_SETFD, 1) < 0)
1043 if (fallback_interface -> rfdesc != fallback_interface -> wfdesc) {
1044 if (fcntl (fallback_interface -> wfdesc, F_SETFD, 1) < 0)
1066 status = interface_allocate (&fallback_interface, file, line);
1070 strcpy (fallback_interface -> name, "fallback");
1072 (*dhcp_interface_setup_hook) (fallback_interface,
1074 status = interface_reference (fp, fallback_interface, file, line)
    [all...]

Completed in 120 milliseconds