Searched refs:pcAttrs (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 141 const char *pcAttrs, SLPBoolean fresh, in SLPReg() argument 148 !pcAttrs || !callback) { in SLPReg() 154 (strlen(pcAttrs) > SLP_MAX_STRINGLEN)) { in SLPReg() 168 pcScopeList, pcAttrs, fresh, &msg)) != SLP_OK) { in SLPReg() 366 const char *pcAttrs, in SLPDelAttrs() argument 372 if (!hSLP || !pURL || !*pURL || !pcAttrs || !callback) { in SLPDelAttrs() 377 (strlen(pcAttrs) > SLP_MAX_STRINGLEN)) { in SLPDelAttrs() 390 if ((err = packSrvDereg(hSLP, pURL, pcScopeList, pcAttrs, &msg)) in SLPDelAttrs()
|
H A D | slp.h | 185 const char *pcAttrs, /* attributes of the advertisement */ 211 const char *pcAttrs, /* attributes to deregister */
|
H A D | llib-lslp | 41 const char *pcAttrs, SLPBoolean fresh, 48 const char *pcAttrs,
|