Searched refs:bc_soecho (Results 1 – 2 of 2) sorted by relevance
257 if (bfd->bc_soecho) { in bfd_clear_task()258 bfd->bc_soecho->so_upcall = NULL; in bfd_clear_task()259 soclose(bfd->bc_soecho, MSG_DONTWAIT); in bfd_clear_task()383 bfd->bc_soecho = bfd_listener(bfd, BFD_UDP_PORT_ECHO); in bfd_start_task()384 if (!bfd->bc_soecho) in bfd_start_task()
132 struct socket *bc_soecho; member