Home
last modified time | relevance | path

Searched refs:broadif (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libc/rpc/
HDclnt_bcast.c108 struct broadif { struct
111 TAILQ_ENTRY(broadif) link; argument
114 typedef TAILQ_HEAD(, broadif) broadlist_t;
118 int __rpc_broadenable(int, int, struct broadif *);
126 struct broadif *bip; in __rpc_getbroadifs()
152 bip = (struct broadif *)malloc(sizeof *bip); in __rpc_getbroadifs()
197 struct broadif *bip, *next; in __rpc_freebroadifs()
210 __rpc_broadenable(int af, int s, struct broadif *bip) in __rpc_broadenable()
439 struct broadif *bip; in rpc_broadcast_exp()