Searched defs:aware (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c135 int aware = RTAW_UNDER_IPMP; local
306 * We're IPMP-aware and can manage IPMP test addresses, so issue
309 if (setsockopt(rtsock_fd, SOL_ROUTE, RT_AWARE, &aware,
310 sizeof (aware)) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1294 int aware = RTAW_UNDER_IPMP; local
1302 if (setsockopt(s, SOL_ROUTE, RT_AWARE, &aware, sizeof (aware)) == -1) {

Completed in 59 milliseconds