Searched refs:in_local (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | bio_dgram_test.c | 502 struct in_addr in_local; in test_bio_dgram_pair() local 512 in_local.s_addr = ntohl(0x7f000001); in test_bio_dgram_pair() 635 if (!TEST_int_eq(BIO_ADDR_rawmake(addr1, AF_INET, &in_local, in test_bio_dgram_pair() 636 sizeof(in_local), 1234), in test_bio_dgram_pair() 644 if (!TEST_int_eq(BIO_ADDR_rawmake(addr2, AF_INET, &in_local, in test_bio_dgram_pair() 645 sizeof(in_local), 2345), in test_bio_dgram_pair()
|
| /src/sys/net/ |
| H A D | if_ovpn.c | 2243 struct sockaddr_in *in_local = TO_IN(&peer->local); in ovpn_encap() local 2274 if (in_local->sin_port != 0) in ovpn_encap() 2275 ip->ip_src = in_local->sin_addr; in ovpn_encap()
|