broadif
TAILQ_ENTRY(broadif) link;
typedef TAILQ_HEAD(, broadif) broadlist_t;
int __rpc_broadenable(int, int, struct broadif *);
struct broadif *bip;
bip = (struct broadif *)malloc(sizeof *bip);
struct broadif *bip, *next;
__rpc_broadenable(int af, int s, struct broadif *bip)
struct broadif *bip;