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

  /src/usr.sbin/ldpd/
socketops.c 293 struct conf_interface *coif; local in function:is_passive_if
295 SLIST_FOREACH(coif, &coifs_head, iflist)
296 if (strncasecmp(if_name, coif->if_name, IF_NAMESIZE) == 0 &&
297 coif->passive != 0)
417 struct conf_interface *coif; local in function:send_hello
516 SLIST_FOREACH(coif, &coifs_head, iflist)
517 if (strncasecmp(coif->if_name, ifb->ifa_name,
519 coif->tr_addr.s_addr != 0 &&
520 coif->tr_addr.s_addr != if_sa->sin_addr.s_addr)
socketops.c 293 struct conf_interface *coif; local in function:is_passive_if
295 SLIST_FOREACH(coif, &coifs_head, iflist)
296 if (strncasecmp(if_name, coif->if_name, IF_NAMESIZE) == 0 &&
297 coif->passive != 0)
417 struct conf_interface *coif; local in function:send_hello
516 SLIST_FOREACH(coif, &coifs_head, iflist)
517 if (strncasecmp(coif->if_name, ifb->ifa_name,
519 coif->tr_addr.s_addr != 0 &&
520 coif->tr_addr.s_addr != if_sa->sin_addr.s_addr)

Completed in 22 milliseconds