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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c61 struct sockaddr key_dst = { 2, PF_KEY, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,} };
62 struct sockaddr key_src = { 2, PF_KEY, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,} };
250 if (rp->rcb_proto.sp_family != PF_KEY)
262 * reply, you'll get two PF_KEY messages.
312 * ignore error even if queue is full. PF_KEY does not
379 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
423 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
506 SYSCTL_NODE(_net, PF_KEY, key, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Key Family");
526 struct domain keydomain = { PF_KEY, "key", key_domain_init, NULL, NULL,
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_domain.c183 { BSM_PF_KEY, PF_KEY },
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h539 #define PF_KEY pseudo_AF_KEY macro

Completed in 78 milliseconds