Lines Matching defs:protocol
1142 gettext("invalid protocol number: %s"),
1246 /* protocol name */
1252 /* protocol number */
1564 (void) strlcpy(parse_err_msg, gettext("no protocol"),
1682 ns_ldap_attr_t *protocol = NULL;
1705 protocol = attrptr;
1710 port->attrvalue[0] == NULL || protocol == NULL ||
1711 protocol->attrvalue == NULL || protocol->attrvalue[0] == NULL)
1716 for (i = 0; i < protocol->value_count; i++) {
1717 if (protocol->attrvalue[i] == NULL)
1722 /* port & protocol */
1724 protocol->attrvalue[i], &len);