Searched defs:is_ipv6 (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-olsr.c261 const u_char *pptr, u_int length, int is_ipv6)
291 (is_ipv6 == 0) ? 4 : 6,
315 if (is_ipv6)
345 else /* (!is_ipv6) */
427 if (is_ipv6) {
460 if (is_ipv6) {
477 if (is_ipv6)
485 is_ipv6 ? ip6addr_string(ndo, msg_data) :
502 if (is_ipv6)
550 if (is_ipv6)
260 olsr_print(netdissect_options *ndo, const u_char *pptr, u_int length, int is_ipv6) argument
[all...]
/external/fio/engines/
H A Dnet.c220 static inline int is_ipv6(struct netio_options *o) function
535 if (is_ipv6(o)) {
599 if (!is_ipv6(o)) {
767 if (is_ipv6(o)) {
887 if (is_ipv6(o)) {
922 if (is_ipv6(o)) {
956 if (is_ipv6(o)) {
1027 if (is_ipv6(o))
1071 if (is_ipv6(o)) {
1085 if (is_ipv6(
[all...]
/external/libevent/
H A Devutil.c1800 int is_ipv6; local
1826 is_ipv6 = 1;
1828 is_ipv6 = 1;
1832 is_ipv6 = 0;
1843 is_ipv6 = 0;
1858 if (is_ipv6)

Completed in 140 milliseconds