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

  /src/usr.sbin/ldpd/
socketops.h 67 struct hello_socket { struct
69 SLIST_ENTRY(hello_socket) listentry;
socketops.c 65 static SLIST_HEAD(,hello_socket) hello_socket_head;
105 struct hello_socket *hs;
182 hs = (struct hello_socket *)malloc(sizeof(*hs));
184 fatalp("Cannot alloc hello_socket structure\n");
261 hs = (struct hello_socket *)malloc(sizeof(*hs));
281 struct hello_socket *hs;
416 struct hello_socket *hs;
823 struct hello_socket *hs;

Completed in 12 milliseconds