Home
last modified time | relevance | path

Searched refs:net1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-igrp.c123 uint8_t net1 = GET_U_1(&igr->igr_net[1]); in igrp_print() local
127 ND_PRINT(" *.%u.%u.%u", net0, net1, net2); in igrp_print()
131 ND_PRINT(" %u.%u.%u.0", net0, net1, net2); in igrp_print()
135 ND_PRINT(" X%u.%u.%u.0", net0, net1, net2); in igrp_print()
/freebsd/contrib/unbound/util/
H A Dnet_help.h320 int addr_in_common(struct sockaddr_storage* addr1, int net1,
H A Dnet_help.c761 addr_in_common(struct sockaddr_storage* addr1, int net1, in addr_in_common() argument
764 int min = (net1<net2)?net1:net2; in addr_in_common()