Searched defs:_addr1_ (Results 1 - 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
H A D | racoonctl.c | 192 static char _addr1_[NI_MAXHOST], _addr2_[NI_MAXHOST]; variable 1151 GETNAMEINFO((struct sockaddr *)&pd->local, _addr1_, _addr2_); 1156 p = fixed_addr(_addr1_, _addr2_, 22); 1160 p = fixed_addr(_addr1_, _addr2_, 45); 1167 GETNAMEINFO((struct sockaddr *)&pd->remote, _addr1_, _addr2_); 1171 p = fixed_addr(_addr1_, _addr2_, 22); 1175 p = fixed_addr(_addr1_, _addr2_, 45); 1244 GETNAMEINFO(addr, _addr1_, _addr2_); 1246 fixed_addr(_addr1_, _addr2_, 45) 1247 : fixed_addr(_addr1_, _addr2 [all...] |
Completed in 133 milliseconds