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

/freebsd-9.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,
460 struct bindaddrlistent *blep; local
471 blep = malloc(sizeof(*blep));
472 if (blep == NULL)
474 blep->ble_hostname = optarg;
475 SLIST_INSERT_HEAD(&ble_head, blep, ble_nex
[all...]

Completed in 84 milliseconds