Searched refs:ipd_name (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c328 for (ipdp = ipdtbl; ipdp->ipd_name != NULL; ipdp++) {
329 if (strcmp(pname, ipdp->ipd_name) == 0) {
335 if (ipdp->ipd_name == NULL) {
722 if (strcmp(pdp->ipd_name, "exchange_routes") == 0 ||
723 strcmp(pdp->ipd_name, "arp") == 0 ||
724 strcmp(pdp->ipd_name, "nud") == 0) {
726 } else if (strcmp(pdp->ipd_name, "forwarding") == 0 ||
727 strcmp(pdp->ipd_name, "standby") == 0) {
741 if (strcmp(pdp->ipd_name, "exchange_routes") == 0) {
746 } else if (strcmp(pdp->ipd_name, "ar
[all...]
H A Dlibipadm_impl.h177 char *ipd_name; /* property name */ member in struct:ipadm_prop_desc
H A Dipadm_addr.c1119 strcmp(pdp->ipd_name, "deprecated") == 0)
1129 if (strcmp(pdp->ipd_name, "private") == 0) {
1134 } else if (strcmp(pdp->ipd_name, "transmit") == 0) {
1139 } else if (strcmp(pdp->ipd_name, "deprecated") == 0) {
1429 if (strcmp(pdp->ipd_name, "private") == 0 ||
1430 strcmp(pdp->ipd_name, "deprecated") == 0) {
1432 } else if (strcmp(pdp->ipd_name, "transmit") == 0) {
1448 if (strcmp(pdp->ipd_name, "private") == 0)
1450 else if (strcmp(pdp->ipd_name, "transmit") == 0)
1452 else if (strcmp(pdp->ipd_name, "deprecate
[all...]

Completed in 217 milliseconds