OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addrptmp
(Results
1 - 1
of
1
) sorted by null
/external/iptables/iptables/
xtables.c
1245
struct in_addr *
addrptmp
, *addrp;
local
1247
if ((
addrptmp
= xtables_numeric_to_ipaddr(name)) != NULL ||
1248
(
addrptmp
= network_to_ipaddr(name)) != NULL) {
1250
memcpy(addrp,
addrptmp
, sizeof(*addrp));
1254
if ((
addrptmp
= host_to_ipaddr(name, naddrs)) != NULL)
1255
return
addrptmp
;
1558
struct in6_addr *addrp, *
addrptmp
;
local
[
all
...]
Completed in 42 milliseconds