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

  /src/usr.sbin/ldpd/
conffile.c 58 struct in_addr conf_ldp_id; variable in typeref:struct:in_addr
124 conf_ldp_id.s_addr = 0;
332 if (inet_pton(AF_INET, line, &conf_ldp_id) != 1)
conffile.c 58 struct in_addr conf_ldp_id; variable in typeref:struct:in_addr
124 conf_ldp_id.s_addr = 0;
332 if (inet_pton(AF_INET, line, &conf_ldp_id) != 1)

Completed in 22 milliseconds