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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c952 * plumb_lif(): Adds the LIF to the system. This is used for all
962 plumb_lif(dhcp_pif_t *pif, const in6_addr_t *addr) function
975 "plumb_lif: entry for %s already exists!", abuf);
984 dhcpmsg(MSG_ERR, "plumb_lif: SIOCLIFADDIF %s", pif->pif_name);
993 dhcpmsg(MSG_ERR, "plumb_lif: SIOCSLIFNETMASK %s",
1001 dhcpmsg(MSG_ERR, "plumb_lif: SIOCSLIFADDR %s %s",
1008 dhcpmsg(MSG_ERR, "plumb_lif: SIOCGLIFFLAGS %s",
1021 dhcpmsg(MSG_ERR, "plumb_lif: SIOCSLIFFLAGS %s",
1031 dhcpmsg(MSG_DEBUG, "plumb_lif: plumbed up %s on %s", abuf,
1040 dhcpmsg(MSG_ERR, "plumb_lif
[all...]

Completed in 75 milliseconds