OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sock_pfkey
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
session.c
222
if (FD_ISSET(lcconf->
sock_pfkey
, &rfds))
287
if (lcconf->
sock_pfkey
>= FD_SETSIZE) {
291
FD_SET(lcconf->
sock_pfkey
, &mask0);
292
FD_SET(lcconf->
sock_pfkey
, &maskdying);
293
nfds = (nfds > lcconf->
sock_pfkey
? nfds : lcconf->
sock_pfkey
);
455
pfkey_send_flush(lcconf->
sock_pfkey
,
586
pfkey_close(lcconf->
sock_pfkey
);
localconf.h
81
int
sock_pfkey
;
member in struct:localconf
pfkey.c
205
msg = (struct sadb_msg *)pk_recv(lcconf->
sock_pfkey
, &len);
372
if (pfkey_send_flush(lcconf->
sock_pfkey
, satype) < 0) {
404
if ((lcconf->
sock_pfkey
= privsep_pfkey_open()) < 0) {
409
if (fcntl(lcconf->
sock_pfkey
, F_SETFL, O_NONBLOCK) == -1)
417
if (pfkey_send_register(lcconf->
sock_pfkey
,
419
pfkey_recv_register(lcconf->
sock_pfkey
) < 0) {
431
pfkey_close(lcconf->
sock_pfkey
);
437
if (pfkey_send_spddump(lcconf->
sock_pfkey
) < 0) {
441
pfkey_close(lcconf->
sock_pfkey
);
446
pfkey_close(lcconf->
sock_pfkey
);
[
all
...]
isakmp_inf.c
1245
pfkey_send_delete(lcconf->
sock_pfkey
,
1318
if (pfkey_send_delete_all(lcconf->
sock_pfkey
,
[
all
...]
isakmp.c
[
all
...]
/external/ipsec-tools/
setup.c
419
monitor_fd(localconf.
sock_pfkey
, (void *)pfkey_handler);
Completed in 88 milliseconds