Home
last modified time | relevance | path

Searched refs:GET_IPV4_TO_NETWORK_ORDER (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/tcpdump/
H A Dprint-cnfp.c205 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->src_ina)), in cnfp_v1_print()
210 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->dst_ina)), in cnfp_v1_print()
215 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->nhop_ina))); in cnfp_v1_print()
304 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->src_ina)), in cnfp_v5_print()
312 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->dst_ina)), in cnfp_v5_print()
317 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->nhop_ina))); in cnfp_v5_print()
406 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->src_ina)), in cnfp_v6_print()
414 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->dst_ina)), in cnfp_v6_print()
419 intoa(GET_IPV4_TO_NETWORK_ORDER(nr->nhop_ina))); in cnfp_v6_print()
H A Dprint-ip.c124 return (GET_IPV4_TO_NETWORK_ORDER(cp + len - 4)); in ip_finddst()
128 return (GET_IPV4_TO_NETWORK_ORDER(ip->ip_dst)); in ip_finddst()
152 ph.src = GET_IPV4_TO_NETWORK_ORDER(ip->ip_src); in nextproto4_cksum()
154 ph.dst = GET_IPV4_TO_NETWORK_ORDER(ip->ip_dst); in nextproto4_cksum()
H A Dprint-bootp.c331 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_ciaddr)) in bootp_print()
335 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_yiaddr)) in bootp_print()
339 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_siaddr)) in bootp_print()
343 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_giaddr)) in bootp_print()
1058 if (GET_IPV4_TO_NETWORK_ORDER(cmu->m) != 0) \
H A Dprint-ospf.c761 if (GET_IPV4_TO_NETWORK_ORDER(almp->asla_forward) != 0) { in ospf_print_lsa()
764 if (GET_IPV4_TO_NETWORK_ORDER(almp->asla_tag) != 0) { in ospf_print_lsa()
994 if (GET_IPV4_TO_NETWORK_ORDER(op->ospf_hello.hello_dr) != 0) in ospf_decode_v2()
998 if (GET_IPV4_TO_NETWORK_ORDER(op->ospf_hello.hello_bdr) != 0) in ospf_decode_v2()
1129 if (GET_IPV4_TO_NETWORK_ORDER(op->ospf_areaid) != 0) in ospf_print()
H A Dprint-rx.c699 rxent->client = GET_IPV4_TO_NETWORK_ORDER(ip->ip_src); in rx_cache_insert()
700 rxent->server = GET_IPV4_TO_NETWORK_ORDER(ip->ip_dst); in rx_cache_insert()
722 clip = GET_IPV4_TO_NETWORK_ORDER(ip->ip_dst); in rx_cache_find()
723 sip = GET_IPV4_TO_NETWORK_ORDER(ip->ip_src); in rx_cache_find()
1733 intoa(GET_IPV4_TO_NETWORK_ORDER(bp))); in vldb_reply_print()
1779 intoa(GET_IPV4_TO_NETWORK_ORDER(bp))); in vldb_reply_print()
H A Dprint-egp.c142 addr = GET_IPV4_TO_NETWORK_ORDER(egp->egp_sourcenet); in egpnr_print()
H A DCONTRIBUTING.md249 GET_IPV4_TO_NETWORK_ORDER(p)
254 the host that is running tcpdump; `GET_IPV4_TO_NETWORK_ORDER()`
H A Dextract.h906 #define GET_IPV4_TO_NETWORK_ORDER(p) get_ipv4_to_network_order(ndo, (const u_char *)(p)) macro
H A Dprint-domain.c735 ND_PRINT(" %s", intoa(GET_IPV4_TO_NETWORK_ORDER(cp))); in ns_rprint()