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

/freebsd-10.3-release/sys/netinet/libalias/
H A Dalias_mod.h79 struct proto_handler { struct
87 LIST_ENTRY(proto_handler) entries;
113 int LibAliasAttachHandlers(struct proto_handler *);
114 int LibAliasDetachHandlers(struct proto_handler *);
115 int detach_handler(struct proto_handler *);
118 struct proto_handler *first_handler(void);
H A Dalias_mod.c55 LIST_HEAD(handler_chain, proto_handler) handler_chain = LIST_HEAD_INITIALIZER(handler_chain);
134 _attach_handler(struct proto_handler *p)
136 struct proto_handler *b;
159 _detach_handler(struct proto_handler *p)
161 struct proto_handler *b, *b_tmp;
174 LibAliasAttachHandlers(struct proto_handler *_p)
192 LibAliasDetachHandlers(struct proto_handler *_p)
210 detach_handler(struct proto_handler *_p)
225 struct proto_handler *p;
241 struct proto_handler *
[all...]
H A Dalias_dummy.c104 struct proto_handler handlers [] = {
H A Dalias_cuseeme.c94 struct proto_handler handlers[] = {
H A Dalias_irc.c120 struct proto_handler handlers[] = {
H A Dalias_pptp.c136 struct proto_handler handlers[] = {
H A Dalias_skinny.c79 struct proto_handler handlers[] = {
H A Dalias_ftp.c150 struct proto_handler handlers[] = {
H A Dalias_smedia.c163 struct proto_handler handlers[] = {
H A Dalias_nbt.c130 struct proto_handler handlers[] = {
H A Dalias.c1680 struct proto_handler *m;
1721 struct proto_handler *p;

Completed in 130 milliseconds