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

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.h84 struct proto_handler { struct
92 LIST_ENTRY(proto_handler) entries;
119 int LibAliasAttachHandlers(PNATState pData, struct proto_handler *);
120 int LibAliasDetachHandlers(PNATState pData, struct proto_handler *);
121 int detach_handler(PNATState pData, struct proto_handler *);
122 struct proto_handler *first_handler(PNATState pData);
124 int LibAliasAttachHandlers(struct proto_handler *);
125 int LibAliasDetachHandlers(struct proto_handler *);
126 int detach_handler(struct proto_handler *);
127 struct proto_handler *first_handle
[all...]

Completed in 48 milliseconds