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

/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Drtadvd.c1216 /* check if p0/plen0 matches p1/plen1; return 1 if matches, otherwise 0. */
1219 struct in6_addr *p1, int plen1)
1224 if (plen0 < plen1)
1226 bytelen = plen1 / 8;
1227 bitlen = plen1 % 8;
1218 prefix_match(struct in6_addr *p0, int plen0, struct in6_addr *p1, int plen1) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/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 183 milliseconds