HomeSort by relevance Sort by last modified time
    Searched defs:protos (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
logging.c 55 static char *protos[] = { variable
80 proto = protos[p];
  /onnv/onnv-gate/usr/src/cmd/dfs.cmds/sharectl/
sharectl.c 399 valid_proto(char **protos, int num, char *proto)
403 if (strcmp(protos[i], proto) == 0)
412 char **protos; local
436 num_proto = sa_get_protocols(&protos);
440 show_status(protos[i]);
444 if (valid_proto(protos, num_proto, argv[i])) {
453 if (protos != NULL)
454 free(protos);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
sppptun.c 60 struct protos { struct
63 int (*attach)(struct protos *prot, char *linkname,
85 * the protos structure for the selected lower stream protocol.
89 sppp_dlpi(struct protos *prot, char *linkname, struct attach_data *adata)
137 static struct protos proto_list[] = {
189 struct protos *prot;
  /onnv/onnv-gate/usr/src/lib/libipsecutil/common/
algs.c 184 write_new_algfile(ipsec_proto_t *protos, int num_protos)
223 rc = pkg_section(f, protos[i].proto_pkg, &doing_pkg, cur_pkg);
229 protos[i].proto_num, protos[i].proto_name));
230 switch (protos[i].proto_exec_mode) {
248 for (j = 0; j < protos[i].proto_numalgs; j++) {
249 alg = protos[i].proto_algs[j];
252 alg_pkg = alg_has_pkg(&protos[i], alg);
332 _clean_trash(protos, num_protos);
342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num
486 ipsec_proto_t *protos, *current_proto; local
577 ipsec_proto_t *protos, *current_proto; local
597 ipsec_proto_t *protos, *current_proto; local
653 ipsec_proto_t *protos, *current_proto, *new_proto; local
723 ipsec_proto_t *protos, *current_proto; local
805 ipsec_proto_t *protos, *current_proto; local
825 ipsec_proto_t *protos, *current_proto; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/ipsec/
algs.c 45 static ipsec_proto_t *protos; variable
609 (statbuf.st_mtime < proto_last_update && protos != NULL))
634 * This way, the previous cached protos will still be intact.
638 trash = protos;
640 protos = new_protos;
763 if (protos[i].proto_num == proto_num)
764 return (protos + i);
780 if (strcasecmp(protos[i].proto_name, name) == 0)
781 return (protos + i);
806 rc[i] = protos[i].proto_num
    [all...]
  /onnv/onnv-gate/usr/src/lib/libinetsvc/common/
inetsvc.c 672 * Iterate through all the different protos/netids resulting from the
685 char **protos; local
704 protos = prop[PT_PROTO_INDEX].ip_value.iv_string_list;
711 proto = protos[pi++];
730 if (protos[pi] != NULL) {
731 if ((netids = get_netids(protos[pi++])) ==
734 proto = protos[pi - 1];
    [all...]

Completed in 420 milliseconds