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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c83 #define OMSG omsg_buf.rip macro
133 OMSG.rip_nets[0].n_dst = RIP_DEFAULT;
134 OMSG.rip_nets[0].n_family = RIP_AF_UNSPEC;
135 OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
168 OMSG.rip_nets[0].n_dst = htonl(netaddr);
169 OMSG.rip_nets[0].n_family = RIP_AF_INET;
170 OMSG.rip_nets[0].n_mask = htonl(netmask);
179 (void) memcpy(&OMSG.rip_nets[0].n_dst,
181 sizeof (OMSG.rip_nets[0].n_dst));
182 OMSG
[all...]

Completed in 44 milliseconds