Home
last modified time | relevance | path

Searched refs:hello_socket (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dsocketops.h67 struct hello_socket { struct
69 SLIST_ENTRY(hello_socket) listentry; argument
H A Dsocketops.c65 static SLIST_HEAD(,hello_socket) hello_socket_head;
105 struct hello_socket *hs; in create_hello_sockets()
182 hs = (struct hello_socket *)malloc(sizeof(*hs)); in create_hello_sockets()
261 hs = (struct hello_socket *)malloc(sizeof(*hs)); in create_hello_sockets()
281 struct hello_socket *hs; in is_hello_socket()
416 struct hello_socket *hs; in send_hello()
823 struct hello_socket *hs; in the_big_loop()