HomeSort by relevance Sort by last modified time
    Searched refs:evt_push (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
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);
85 #define EVT_PUSH(src, dst, type, optdata) ;
evt.c 57 evt_push(src, dst, type, optdata) function

Completed in 419 milliseconds