Searched refs:evt_push (Results 1 – 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | evt.h | 79 void evt_push(struct sockaddr *, struct sockaddr *, int, vchar_t *); 83 #define EVT_PUSH(src, dst, type, optdata) evt_push(src, dst, type, optdata);
|
D | evt.c | 57 evt_push(src, dst, type, optdata) in evt_push() function
|