Searched refs:blep (Results 1 – 1 of 1) sorted by relevance
260 struct bindaddrlistent *blep; in create_service() local275 SLIST_FOREACH(blep, &ble_head, ble_next) { in create_service()276 if (blep->ble_hostname == NULL) in create_service()280 error = getaddrinfo(blep->ble_hostname, servname, in create_service()456 struct bindaddrlistent *blep; in main() local467 blep = malloc(sizeof(*blep)); in main()468 if (blep == NULL) in main()470 blep->ble_hostname = optarg; in main()471 SLIST_INSERT_HEAD(&ble_head, blep, ble_next); in main()490 blep = malloc(sizeof(*blep)); in main()[all …]