HomeSort by relevance Sort by last modified time
    Searched refs:insert_pif (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
interface.h 130 * A PIF is created through insert_pif(). Along with initializing the PIF,
167 dhcp_pif_t *insert_pif(const char *, boolean_t, int *);
interface.c 62 * insert_pif(): creates a new physical interface structure and chains it on
68 * int *: ignored on input; if insert_pif fails, set to a DHCP_IPC_E_*
74 insert_pif(const char *pname, boolean_t isv6, int *error) function
83 dhcpmsg(MSG_ERR, "insert_pif: cannot allocate pif entry for "
94 dhcpmsg(MSG_ERROR, "insert_pif: interface name %s is too long",
109 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFINDEX for %s", pname);
120 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFFLAGS for %s", pname);
126 dhcpmsg(MSG_ERROR, "insert_pif: VRRP virtual addresses over %s "
133 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFMTU for %s", pname);
139 dhcpmsg(MSG_ERROR, "insert_pif: MTU of %s is too small to
    [all...]

Completed in 0 milliseconds