Searched refs:key_add (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c512 static int key_add(struct socket *, struct mbuf *, const struct sadb_msghdr *);
3163 * allocating a new SA with LARVAL state. key_add() and key_getspi() call,
3267 * allocating a new SA with LARVAL state. key_add() and key_getspi() call,
6288 key_add( function
6307 panic("key_add: NULL pointer is passed.\n");
6311 ipseclog((LOG_DEBUG, "key_add: invalid satype is passed.\n"));
6326 ipseclog((LOG_DEBUG, "key_add: invalid message is passed.\n"));
6333 ipseclog((LOG_DEBUG, "key_add: invalid message is passed.\n"));
6360 ipseclog((LOG_DEBUG, "key_add: No more memory.\n"));
6377 ipseclog((LOG_DEBUG, "key_add
[all...]

Completed in 24 milliseconds