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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c55 in_addr_t to_std_mask; member in struct:__anon260
628 !on_net(dst, ws.to_std_net, ws.to_std_mask))
756 ws.to_std_mask = std_mask(ws.to.sin_addr.s_addr);
757 ws.to_std_net = ntohl(ws.to.sin_addr.s_addr) & ws.to_std_mask;

Completed in 60 milliseconds