• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netkey/

Lines Matching refs:type

304 #define LIST_INSERT_TAIL(head, elm, type, field) \
306 struct type *curelm = LIST_FIRST(head); \
1674 "key_msg2sp: invalid proto type=%u\n",
1797 ipseclog((LOG_DEBUG, "key_msg2sp: invalid policy type.\n"));
2048 ipseclog((LOG_DEBUG, "key_spdadd: Invalid policy type.\n"));
2063 * If the type is either SPDADD or SPDSETIDX AND a SP is found,
2151 * policies of type generate should be at the end of the SPD
2735 key_setdumpsp(sp, type, seq, pid)
2737 u_int8_t type;
2742 m = key_setsadbmsg(type, 0, SADB_SATYPE_UNSPEC, seq, pid, sp->refcnt);
3053 * When SAD message type is GETSPI:
3537 ipseclog((LOG_DEBUG, "key_setsaval: invalid SA type.\n"));
3836 key_setdumpsa(sav, type, satype, seq, pid)
3838 u_int8_t type, satype;
3854 m = key_setsadbmsg(type, 0, satype, seq, pid, sav->refcnt);
3985 key_setsadbmsg(type, tlen, satype, seq, pid, reserved)
3986 u_int8_t type, satype;
4016 p->sadb_msg_type = type;
4190 key_setsadbxpolicy(type, dir, id)
4191 u_int16_t type;
4212 p->sadb_x_policy_type = type;
5127 * 0: invalid protocol type.
5848 ipseclog((LOG_DEBUG, "key_setident: ident type mismatch.\n"));
7126 * check all type of SA, because there is a potential that
7127 * one socket is registered to multiple type of SA.
7630 ipseclog((LOG_DEBUG, "key_parse: invalid type %u is passed.\n",
7676 /* check SA type */
7688 "when msg type=%u.\n", msg->sadb_msg_type));
7717 ipseclog((LOG_DEBUG, "key_parse: type %u isn't supported.\n",
7727 ipseclog((LOG_DEBUG, "key_parse: invalid type %u is passed.\n",
8418 ipsecif_init.type = IFT_OTHER;