Home
last modified time | relevance | path

Searched defs:ipt_ta (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_packed_structs.c14 struct ipt_ta { struct
15 struct in_addr ipt_addr;
16 int ipt_time;
17 } ipt_ta[1] __packed; member
/freebsd/contrib/tcpdump/
H A Dip.h133 struct ipt_ta { struct
134 nd_ipv4 ipt_addr;
135 nd_uint32_t ipt_time;
136 } ipt_ta[1]; member
/freebsd/sys/netinet/
H A Dip.h184 struct ipt_ta { struct
185 struct in_addr ipt_addr;
186 uint32_t ipt_time; /* network format */
187 } ipt_ta[1]; member