Searched refs:ag_dst_h (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c147 ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) {
148 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h) ?
163 ag->ag_dst_h |= bit;
202 in_addr_t dst_h = ag->ag_dst_h;
207 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) {
253 dst_h = ag->ag_dst_h;
281 rtname(htonl(ag->ag_dst_h), ag->ag_mask,
284 rtname(htonl(ag_supr->ag_dst_h),
[all...]
H A Ddefs.h441 in_addr_t ag_dst_h; /* destination in host byte order */ member in struct:ag_info
H A Doutput.c393 dst_h = ag->ag_dst_h;

Completed in 65 milliseconds