Searched refs:plen1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/usr.sbin/rtadvd/
H A Drtadvd.c1378 /* check if p0/plen0 matches p1/plen1; return 1 if matches, otherwise 0. */
1381 struct in6_addr *p1, int plen1)
1386 if (plen0 < plen1)
1389 bytelen = plen1 / 8;
1390 bitlen = plen1 % 8;
1380 prefix_match(struct in6_addr *p0, int plen0, struct in6_addr *p1, int plen1) argument
/freebsd-10.3-release/contrib/binutils/opcodes/
H A Dia64-gen.c2663 int plen1, plen2;
2674 plen1 = get_prefix_len (opc1->name);
2677 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2639 int plen1, plen2; local

Completed in 121 milliseconds