Searched refs:SADB_X_PROMISC (Results 1 – 8 of 8) sorted by relevance
404 msg.sadb_msg_type = SADB_X_PROMISC; in promisc()445 if (base->sadb_msg_type == SADB_X_PROMISC) { in promisc()
65 #define SADB_X_PROMISC 11 macro
189 pmsg->sadb_msg_type = SADB_X_PROMISC; in key_sendup0()
7767 * SADB_X_PROMISC processing7827 key_api_promisc, /* SADB_X_PROMISC */7980 if (msg->sadb_msg_type == SADB_X_PROMISC) in key_parse()
880 if ((len = pfkey_send_x3(so, SADB_X_PROMISC, in pfkey_send_promisc_toggle()1577 case SADB_X_PROMISC: in pfkey_send_x3()2142 if (msg->sadb_msg_type == SADB_X_PROMISC) in pfkey_check()
877 { SADB_X_PROMISC, "X_PROMISC", NULL },
3039 The SADB_X_PROMISC message allows an application to send and receive3050 will be two message headers in a row: one for the SADB_X_PROMISC3069 The messaging behavior of the SADB_X_PROMISC message is:3071 Send a control-form SADB_X_PROMISC message from a user process3076 The kernel returns the SADB_X_PROMISC message to all listening3089 Send a data-form SADB_X_PROMISC message from a user process to3280 #define SADB_X_PROMISC 113647 * Inserted Appendix A (SADB_X_PROMISC) and Appendix B (SAMPLE HEADER
350 * src/racoon/strnames.c: fixed a typo for SADB_X_PROMISC,