HomeSort by: relevance | last modified time | path
    Searched refs:PF_KEY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netipsec/
keysock.c 73 .sa_family = PF_KEY,
77 .sa_family = PF_KEY,
205 "%s: couldn't send PF_KEY message to the socket\n",
276 if (rp->rcb_proto.sp_family != PF_KEY)
287 * reply, you'll get two PF_KEY messages.
288 * (based on pf_key@inner.net message on 14 Oct 1998)
402 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
426 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
681 .dom_family = PF_KEY,
key.c 1247 * IKE specification and PF_KEY specification do assume that we
1943 * between kernel's reqid and the reqid in pf_key
1944 * message sent to userland. The pf_key message is
1981 * MOBIKE Extensions for PF_KEY draft says:
2740 * with SADB_X_SPDUPDATE from KMD by PF_KEY.
2865 .sa_family = PF_KEY,
2964 * PF_KEY DUMP responses are no longer broadcast to all PF_KEY sockets.
3120 * to KMD by PF_KEY.
3606 * copy SA values from PF_KEY message except *SPI, SEQ, PID, STATE and TYPE*
    [all...]
  /src/sbin/route/
rtutil.c 148 if (paf != 0 && paf != PF_KEY)
153 mib[1] = PF_KEY;
210 if (paf == PF_KEY) {
323 case PF_KEY:
  /src/usr.bin/netstat/
main.c 626 af = PF_KEY;
717 if (af == PF_KEY || af == AF_UNSPEC)
  /src/sys/sys/
socket.h 352 #define PF_KEY pseudo_AF_KEY /* like PF_ROUTE, only for key mgmt */

Completed in 18 milliseconds