Searched refs:xladdr_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/netstat/
H A Dsctp.c95 static LIST_HEAD(xladdr_list, xladdr_entry) xladdr_head;
96 struct xladdr_entry { struct
98 LIST_ENTRY(xladdr_entry) xladdr_entries;
215 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp;
232 xl = malloc(sizeof(struct xladdr_entry));
235 (u_long)sizeof(struct xladdr_entry));

Completed in 104 milliseconds