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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_protocol.c66 struct proto_family_str { struct
67 TAILQ_ENTRY(proto_family_str) proto_fam_next;
79 static TAILQ_HEAD(, proto_family_str) proto_family_head =
333 static struct proto_family_str *
336 struct proto_family_str *mod = NULL;
352 struct proto_family_str *proto_family;
367 proto_family = (struct proto_family_str *)
368 _MALLOC(sizeof (struct proto_family_str), M_IFADDR, M_WAITOK);
374 bzero(proto_family, sizeof (struct proto_family_str));
389 struct proto_family_str *proto_famil
[all...]

Completed in 206 milliseconds