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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h55 dhcp_pif_t *pif_next; /* Note: must be first */
56 dhcp_pif_t *pif_prev;
75 dhcp_pif_t *lif_pif; /* backpointer to parent physical if */
164 extern dhcp_pif_t *v4root;
165 extern dhcp_pif_t *v6root;
167 dhcp_pif_t *insert_pif(const char *, boolean_t, int *);
168 void hold_pif(dhcp_pif_t *);
169 void release_pif(dhcp_pif_t *);
170 dhcp_pif_t *lookup_pif_by_uindex(uint16_t, dhcp_pif_t *, boolean_
[all...]
H A Dcommon.h56 typedef struct dhcp_pif_s dhcp_pif_t; typedef in typeref:struct:dhcp_pif_s
H A Dinterface.c48 dhcp_pif_t *v4root;
49 dhcp_pif_t *v6root;
70 * output: dhcp_pif_t *: a pointer to the new entry, or NULL on failure
73 dhcp_pif_t *
76 dhcp_pif_t *pif;
258 * input: dhcp_pif_t *: a pointer to the PIF structure
263 hold_pif(dhcp_pif_t *pif)
274 * input: dhcp_pif_t *: a pointer to the PIF structure
279 release_pif(dhcp_pif_t *pif)
306 * dhcp_pif_t *
[all...]
H A Dstates.c386 dhcp_pif_t *pif;
490 dhcp_pif_t *pif;
558 dhcp_pif_t *pif;
848 dhcp_pif_t *pif = lif->lif_pif;
H A Dagent.c1303 * input: dhcp_pif_t *: pointer to the physical interface to check
1309 process_link_up_down(dhcp_pif_t *pif, const struct if_msghdr *ifm)
H A Dpacket.c159 dhcp_pif_t *pif = lif->lif_pif;
H A Drequest.c978 dhcp_pif_t *pif;

Completed in 133 milliseconds