Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dresolv.c106 parse_ip_addr (cfile, &iaddr);
H A Dparse.c341 int parse_ip_addr (cfile, addr) in parse_ip_addr() function
504 if (parse_ip_addr(cfile, &match->addr)) {
5124 if (!parse_ip_addr (cfile, &addr))
5405 if (!parse_ip_addr (cfile, &ip_addr))
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dpetal.c98 parse_ip_addr(char* str, int port, struct sockaddr_storage* ret, socklen_t* l) in parse_ip_addr() function
285 int fam = parse_ip_addr(addr, port, &ad, &len); in setup_fd()
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dkeama.h368 struct string *parse_ip_addr(struct parse *);
H A Dparse.c296 parse_ip_addr(struct parse *cfile) in parse_ip_addr() function
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c586 parse_ip_addr(const char* str, int port) in parse_ip_addr() function
644 if( (list=parse_ip_addr(host, port)) ) { in resolve_name()
1952 if(srcaddr && !(src = parse_ip_addr(srcaddr, 0))) { in do_certupdate()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c1279 if (!parse_ip_addr (cfile, &lease -> address))
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3189 int parse_ip_addr (struct parse *, struct iaddr *);