Searched refs:blep (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/usr.sbin/ypserv/
H A Dyp_main.c263 struct bindaddrlistent *blep; local
278 SLIST_FOREACH(blep, &ble_head, ble_next) {
279 if (blep->ble_hostname == NULL)
283 error = getaddrinfo(blep->ble_hostname, servname,
459 struct bindaddrlistent *blep; local
470 blep = malloc(sizeof(*blep));
471 if (blep == NULL)
473 blep->ble_hostname = optarg;
474 SLIST_INSERT_HEAD(&ble_head, blep, ble_nex
[all...]

Completed in 107 milliseconds