Searched refs:sendsock (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsockmisc.c690 int sendsock; local
693 sendsock = s;
700 * the packet from the peer may be queued into sendsock.
704 sendsock = socket(src->sa_family, SOCK_DGRAM, 0);
705 if (sendsock < 0) {
710 if (setsockopt(sendsock, SOL_SOCKET,
720 close(sendsock);
725 setsockopt(sendsock, IPPROTO_IPV6, IPV6_USE_MIN_MTU,
730 close(sendsock);
734 if (setsockopt_bypass(sendsock, sr
[all...]

Completed in 137 milliseconds