Lines Matching defs:link

109 dladm_create_datalink_id(dladm_handle_t handle, const char *link,
119 if (link == NULL || class == DATALINK_CLASS_ALL ||
128 (void) strlcpy(createid.ld_link, link, MAXLINKNAMELEN);
143 * Destroy the given link ID.
166 * Remap a given link ID to a new name.
170 const char *link)
178 (void) strlcpy(remapid.ld_link, link, MAXLINKNAMELEN);
185 * Make a given link ID active.
201 * Create a new link with the given name. Return the new link's handle
204 dladm_create_conf(dladm_handle_t handle, const char *link, datalink_id_t linkid,
212 if (link == NULL || confp == NULL)
215 (void) strlcpy(createconf.ld_link, link, MAXLINKNAMELEN);
231 * An active physical link reported by the dlmgmtd daemon might not be active
232 * anymore as this link might be removed during system shutdown. Check its
247 * No active status, this link was removed. Update its status
268 * Walk each entry in the data link configuration repository and
311 * An active physical link reported by the dlmgmtd
332 * Get a handle of a copy of the link configuration (kept in the daemon)
333 * for the given link so it can be updated later by dladm_write_conf().
361 * Get the handle of a local snapshot of the link configuration. Note that
408 * Commit the given link to the data link configuration repository so
435 * get a specific link propertie from that snapshot (nvl), otherwise, get
436 * the link protperty from the dlmgmtd daemon using the given confid.
486 * Get next property attribute from data link configuration repository.
531 * Get the link ID that is associated with the given name.
534 dladm_name2info(dladm_handle_t handle, const char *link, datalink_id_t *linkidp,
544 (void) strlcpy(getlinkid.ld_link, link, MAXLINKNAMELEN);
555 * An active physical link reported by the dlmgmtd daemon
579 * Get the link name that is associated with the given id.
583 uint32_t *flagp, datalink_class_t *classp, uint32_t *mediap, char *link,
591 if ((linkid == DATALINK_INVALID_LINKID) || (link != NULL && len == 0) ||
592 (link == NULL && len != 0)) {
609 * An active physical link reported by the dlmgmtd daemon
617 if (link != NULL)
618 (void) strlcpy(link, retval.lr_link, len);
633 * Set the given attr with the given attrval for the given link.
670 * Unset the given attr the given link.
695 * Remove the given link ID and its entry from the data link configuration
713 * Free the contents of the link structure.