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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h57 dhcp_lif_t *pif_lifs; /* pointer to logical interface list */
73 dhcp_lif_t *lif_next; /* Note: must be first */
74 dhcp_lif_t *lif_prev;
174 dhcp_lif_t *insert_lif(dhcp_pif_t *, const char *, int *);
175 void hold_lif(dhcp_lif_t *);
176 void release_lif(dhcp_lif_t *);
177 void remove_lif(dhcp_lif_t *);
178 dhcp_lif_t *lookup_lif_by_name(const char *, const dhcp_pif_t *);
179 boolean_t verify_lif(const dhcp_lif_t *);
180 dhcp_lif_t *plumb_li
[all...]
H A Dcommon.h54 typedef struct dhcp_lif_s dhcp_lif_t; typedef in typeref:struct:dhcp_lif_s
H A Dinterface.c59 static void clear_lif_dhcp(dhcp_lif_t *);
364 dhcp_lif_t *lif;
400 * output: dhcp_lif_t *: a pointer to the new entry, or NULL on failure
403 dhcp_lif_t *
406 dhcp_lif_t *lif;
517 * input: dhcp_lif_t *: a pointer to the LIF structure
522 hold_lif(dhcp_lif_t *lif)
533 * input: dhcp_lif_t *: a pointer to the LIF structure
538 release_lif(dhcp_lif_t *lif)
579 * input: dhcp_lif_t *
[all...]
H A Dstates.h66 dhcp_lif_t *dsm_lif; /* Controlling LIF */
243 dhcp_lif_t *dl_lifs; /* LIFs configured by this lease */
287 dhcp_smach_t *insert_smach(dhcp_lif_t *, int *);
H A Drenew.c158 dhcp_lif_t *lif;
257 dhcp_lif_t *lif = arg;
314 dhcp_lif_t *lif = arg;
333 dhcp_lif_t *lif = arg;
428 dhcp_lif_t *lif;
468 dhcp_lif_t *lif = dsmp->dsm_lif;
H A Dpacket.h130 boolean_t add_pkt_lif(dhcp_pkt_t *, dhcp_lif_t *, int, const char *);
H A Dstates.c66 dhcp_lif_t *lif = arg;
166 * input: dhcp_lif_t *: logical interface name
172 insert_smach(dhcp_lif_t *lif, int *error)
385 dhcp_lif_t *lif;
559 dhcp_lif_t *lif;
680 dhcp_lif_t *lif;
777 dhcp_lif_t *lif = dsmp->dsm_lif;
847 dhcp_lif_t *lif = dsmp->dsm_lif;
1429 dhcp_lif_t *lif, *lifnext;
1584 dhcp_lif_t *li
[all...]
H A Drelease.c60 dhcp_lif_t *lif, *lifn;
142 dhcp_lif_t *lif;
H A Dbound.c97 dhcp_lif_t *lif;
323 dhcp_lif_t *lif;
515 dhcp_lif_t *lif;
660 dhcp_lif_t *lif;
960 dhcp_lif_t *lif;
H A Dadopt.c75 dhcp_lif_t *lif;
H A Dagent.c538 dhcp_lif_t *lif;
1176 * input: dhcp_lif_t *: pointer to the LIF
1183 check_lif(dhcp_lif_t *lif, const struct ifa_msghdr *ifam, int msglen)
1259 dhcp_lif_t *lif = dsmp->dsm_lif;
1428 dhcp_lif_t *lif, *lifnext;
H A Dpacket.c158 dhcp_lif_t *lif = dsmp->dsm_lif;
626 * dhcp_lif_t *: the logical interface to represent
633 add_pkt_lif(dhcp_pkt_t *dpkt, dhcp_lif_t *lif, int status, const char *msg)
800 dhcp_lif_t *lif = dsmp->dsm_lif;
H A Drequest.c1099 dhcp_lif_t *lif = arg;

Completed in 83 milliseconds