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

/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c260 struct bindaddrlistent *blep; local
275 SLIST_FOREACH(blep, &ble_head, ble_next) {
276 if (blep->ble_hostname == NULL)
280 error = getaddrinfo(blep->ble_hostname, servname,
456 struct bindaddrlistent *blep; local
467 blep = malloc(sizeof(*blep));
468 if (blep == NULL)
470 blep->ble_hostname = optarg;
471 SLIST_INSERT_HEAD(&ble_head, blep, ble_nex
[all...]

Completed in 109 milliseconds