Lines Matching defs:protos
45 static ipsec_proto_t *protos;
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;