HomeSort by relevance Sort by last modified time
    Searched defs:pfx (Results 1 - 8 of 8) sorted by null

  /external/iproute2/lib/
ll_addr.c 63 inet_prefix pfx; local
64 if (get_addr_1(&pfx, arg, AF_INET)) {
70 memcpy(lladdr, pfx.data, 4);
  /external/iproute2/ip/
ipprefix.c 75 struct in6_addr *pfx; local
78 pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
ipneigh.c 37 inet_prefix pfx; member in struct:__anon6686
219 if (filter.pfx.family) {
224 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
365 get_prefix(&filter.pfx, *argv, filter.family);
367 filter.family = filter.pfx.family;
ipaddress.c 44 inet_prefix pfx; member in struct:__anon6681
494 if (filter.pfx.family) {
500 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
735 get_prefix(&filter.pfx, *argv, filter.family);
737 filter.family = filter.pfx.family;
910 if (filter.pfx.family || filter.label) {
916 if (filter.pfx.family && tb[IFA_LOCAL]) {
921 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 774 u_char pfx; local
788 pfx = ((struct in6_addr *)pton)->s6_addr[0];
789 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
  /external/chromium/net/socket/
socket_test_util.cc 54 const char* pfx = "Data: "; local
56 DVLOG(1) << pfx << "<None>";
60 DVLOG(1) << pfx
71 pfx = " ";
76 DVLOG(1) << pfx
87 DVLOG(1) << pfx
96 DVLOG(1) << pfx
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 63 import org.bouncycastle.asn1.pkcs.Pfx;
698 Pfx bag = new Pfx(obj);
1528 Pfx pfx = new Pfx(mainInfo, mData); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 683 static Bool IS_VALID_PFX ( Prefix pfx ) {
684 return toBool((pfx & 0xFFFF0000) == PFX_EMPTY);
687 static Bool haveREX ( Prefix pfx ) {
688 return toBool(pfx & PFX_REX);
691 static Int getRexW ( Prefix pfx ) {
692 return (pfx & PFX_REXW) ? 1 : 0;
695 static Int getRexR ( Prefix pfx ) {
696 return (pfx & PFX_REXR) ? 1 : 0;
699 static Int getRexX ( Prefix pfx ) {
700 return (pfx & PFX_REXX) ? 1 : 0
9026 Prefix pfx = PFX_EMPTY; local
    [all...]

Completed in 234 milliseconds