Searched defs:stateless (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_persist.c | 47 * IPADM_NVP_INTFID - value holds token, prefixlen, stateless and stateful 51 * stateless: DATA_TYPE_STRING 55 * that represents a destination token for stateless 367 char *stateless; local 391 stateless = cp; 392 stateful = strchr(stateless, ','); 395 ipaddr.ipadm_stateless = (strcmp(stateless, "yes") == 0);
|
H A D | ipadm_addr.c | 2477 ipadm_set_stateless(ipadm_addrobj_t ipaddr, boolean_t stateless) argument 2482 ipaddr->ipadm_stateless = stateless; 2748 char *stateful = NULL, *stateless = NULL, *plenstr = NULL; local 2760 &stateless)) != 0 || 2784 ipaddr->ipadm_stateless = (strcmp(stateless, "yes") == 0);
|
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 2104 boolean_t stateful = B_FALSE, stateless = B_FALSE; local 2322 stateless = B_TRUE; 2326 if (stateless || stateful) { 2339 if (!stateless)
|
Completed in 48 milliseconds