Lines Matching full:transport
171 struct transport *transport; /* who handles this */ member
180 * Transport domain
185 const char *name; /* name of this transport */
186 struct asn_oid id; /* OBJID of this transport */
198 struct transport { struct
199 struct asn_oid index; /* transport table index */ argument
200 TAILQ_ENTRY(transport) link; /* ... and link */
208 TAILQ_HEAD(transport_list, transport); argument
211 void trans_insert_port(struct transport *, struct tport *);
213 struct tport *trans_find_port(struct transport *,
215 struct tport *trans_next_port(struct transport *,
217 struct tport *trans_first_port(struct transport *);
218 struct tport *trans_iter_port(struct transport *,
221 int trans_register(const struct transport_def *, struct transport **);
222 int trans_unregister(struct transport *);