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

/freebsd-10.1-release/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c43 struct sroute { struct
44 RB_ENTRY(sroute) link;
50 RB_HEAD(sroutes, sroute) sroutes = RB_INITIALIZER(&sroutes);
52 RB_PROTOTYPE(sroutes, sroute, link, sroute_compare);
62 sroute_compare(struct sroute *s1, struct sroute *s2)
69 sroute_index_append(struct asn_oid *oid, u_int sub, const struct sroute *s)
80 sroute_print(const struct sroute *r)
100 struct sroute key;
101 struct sroute *
[all...]
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c3236 int sroute; local
3238 sroute = socket(PF_ROUTE, SOCK_RAW, 0);
3239 if (sroute < 0) {
3268 if (read(sroute, buf, sizeof(buf)) < 0) {
3279 close(sroute);

Completed in 121 milliseconds