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

  /src/usr.sbin/ldpd/
main.c 60 extern struct in_addr conf_ldp_id;
117 if (conf_ldp_id.s_addr != 0)
118 strlcpy(my_ldp_id, inet_ntoa(conf_ldp_id), INET_ADDRSTRLEN);
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 13 milliseconds