HomeSort by: relevance | last modified time | path
    Searched defs:broadif (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
clnt_bcast.c 121 struct broadif { struct
124 TAILQ_ENTRY(broadif) link;
127 typedef TAILQ_HEAD(, broadif) broadlist_t;
131 int __rpc_broadenable(int, int, struct broadif *);
139 struct broadif *bip;
212 struct broadif *bip, *next;
227 __rpc_broadenable(int af, int s, struct broadif *bip)
452 struct broadif *bip;
clnt_bcast.c 121 struct broadif { struct
124 TAILQ_ENTRY(broadif) link;
127 typedef TAILQ_HEAD(, broadif) broadlist_t;
131 int __rpc_broadenable(int, int, struct broadif *);
139 struct broadif *bip;
212 struct broadif *bip, *next;
227 __rpc_broadenable(int af, int s, struct broadif *bip)
452 struct broadif *bip;

Completed in 126 milliseconds