HomeSort by: relevance | last modified time | path
    Searched defs:gai_error (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ndp/
ndp.c 297 int gai_error; local in function:set
309 gai_error = getaddrinfo(host, NULL, &hints, &res);
310 if (gai_error) {
311 warnx("%s: %s", host, gai_strerror(gai_error));
370 int gai_error; local in function:get
375 gai_error = getaddrinfo(host, NULL, &hints, &res);
376 if (gai_error) {
377 warnx("%s: %s", host, gai_strerror(gai_error));
397 int gai_error; local in function:delete_one
402 gai_error = getaddrinfo(host, NULL, &hints, &res)
    [all...]
ndp.c 297 int gai_error; local in function:set
309 gai_error = getaddrinfo(host, NULL, &hints, &res);
310 if (gai_error) {
311 warnx("%s: %s", host, gai_strerror(gai_error));
370 int gai_error; local in function:get
375 gai_error = getaddrinfo(host, NULL, &hints, &res);
376 if (gai_error) {
377 warnx("%s: %s", host, gai_strerror(gai_error));
397 int gai_error; local in function:delete_one
402 gai_error = getaddrinfo(host, NULL, &hints, &res)
    [all...]
ndp.c 297 int gai_error; local in function:set
309 gai_error = getaddrinfo(host, NULL, &hints, &res);
310 if (gai_error) {
311 warnx("%s: %s", host, gai_strerror(gai_error));
370 int gai_error; local in function:get
375 gai_error = getaddrinfo(host, NULL, &hints, &res);
376 if (gai_error) {
377 warnx("%s: %s", host, gai_strerror(gai_error));
397 int gai_error; local in function:delete_one
402 gai_error = getaddrinfo(host, NULL, &hints, &res)
    [all...]

Completed in 34 milliseconds