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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c324 } rtmsg; local
326 (void) memset(&rtmsg, 0, sizeof (rtmsg));
327 rtmsg.rm_mh.rtm_version = RTM_VERSION;
328 rtmsg.rm_mh.rtm_msglen = sizeof (rtmsg);
329 rtmsg.rm_mh.rtm_type = type;
330 rtmsg.rm_mh.rtm_pid = getpid();
331 rtmsg.rm_mh.rtm_flags = RTF_GATEWAY | RTF_STATIC | flags;
332 rtmsg
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1967 } rtmsg; variable in typeref:struct:__anon144
2006 char *cp = rtmsg.space;
2035 (void) memset(&rtmsg, 0, sizeof (rtmsg));
2036 rtmsg.hdr.rtm_type = RTM_GET;
2037 rtmsg.hdr.rtm_flags = RTF_UP | RTF_HOST;
2038 rtmsg.hdr.rtm_version = RTM_VERSION;
2039 rtmsg.hdr.rtm_seq = ++rts_seqno;
2040 rtmsg.hdr.rtm_addrs = RTA_IFP | RTA_DST;
2049 rtmsg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c278 static int rtmsg(rtcmd_irep_t *rcip);
1820 if ((ret = rtmsg(newrt)) == 0)
2437 rtmsg(rtcmd_irep_t *newrt) function

Completed in 76 milliseconds