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

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf9 classless-routes, routers, domain-name,
/freebsd-11-stable/usr.sbin/ppp/
H A Darp.c104 int routes; local
117 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
118 if (routes < 0) {
137 if (ID0write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0 &&
141 close(routes);
144 close(routes);
H A Dradius.h57 struct sticky_route *routes; /* FRAMED Routes */ member in struct:radius
H A Dradius.c439 route_Add(&r->routes, addrs, &dest, &gw);
774 r->routes = NULL;
802 route_DeleteAll(&r->routes);
1323 if (r->routes)
1324 route_ShowSticky(p, r->routes, " Routes", 16);
H A Dipcp.c708 route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr);
/freebsd-11-stable/sys/dev/sound/pci/
H A Daureal.c84 u_int32_t routes[4], interrupts; member in struct:au_info
200 au_setbit(au->routes, route, 1);
209 au_setbit(au->routes, route, 0);
510 au->routes[0]=au->routes[1]=au->routes[2]=au->routes[3]=0;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c3040 struct ieee80211req_mesh_route routes[128]; local
3044 argsize = sizeof(routes);
3045 if (wlan_ioctl(wif->wname, IEEE80211_IOC_MESH_RTCMD, &val, routes,
3051 rt = routes + i;
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c4146 struct ieee80211req_mesh_route routes[128]; local
4153 ireq.i_data = &routes;
4154 ireq.i_len = sizeof(routes);
4167 for (rt = &routes[0]; rt - &routes[0] < ireq.i_len / sizeof(*rt); rt++){

Completed in 193 milliseconds