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

  /src/sbin/routed/
if.c 696 struct interface ifs, ifs0, *ifp, *ifp1; local in function:ifinit
761 memset(&ifs0, 0, sizeof(ifs0));
762 ifs0.int_rip_sock = -1;
763 ifs0.int_index = ifm.ifm_index;
764 ifs0.int_if_flags = ifm.ifm_flags;
765 ifs0.int_state = IS_CHECKED;
766 ifs0.int_query_time = NEVER;
767 ifs0.int_act_time = now.tv_sec;
768 ifs0.int_data.ts = now.tv_sec
    [all...]
if.c 696 struct interface ifs, ifs0, *ifp, *ifp1; local in function:ifinit
761 memset(&ifs0, 0, sizeof(ifs0));
762 ifs0.int_rip_sock = -1;
763 ifs0.int_index = ifm.ifm_index;
764 ifs0.int_if_flags = ifm.ifm_flags;
765 ifs0.int_state = IS_CHECKED;
766 ifs0.int_query_time = NEVER;
767 ifs0.int_act_time = now.tv_sec;
768 ifs0.int_data.ts = now.tv_sec
    [all...]

Completed in 54 milliseconds