Home
last modified time | relevance | path

Searched refs:pfxlen (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/ip/
Difcfg68 pfxlen=
72 pfxlen=${1#*/}
83 if [ "$pfxlen" != "" -a "$pfxlen" != "32" ]; then
93 if [ "$pfxlen" = "" ]; then
95 pfxlen=$?
97 pfx="$ipaddr/$pfxlen"
/external/syslinux/core/
Ddmi.c270 size_t pfxlen; in dmi_install_string() local
289 pfxlen = strlen(pfx); in dmi_install_string()
290 q = nstr = malloc(pfxlen + (ep-str) + 1); in dmi_install_string()
293 memcpy(q, pfx, pfxlen); in dmi_install_string()
294 q += pfxlen; in dmi_install_string()
/external/scapy/scapy/
Dfields.py1393 def _numbytes(self, pfxlen): argument
1395 return ((pfxlen + (wbits - 1)) // wbits) * self.wordbytes
1399 [pfx,pfxlen]= x.split('/')
1401 return (pfx, int(pfxlen))
1406 (pfx,pfxlen)= x
1407 return "%s/%i" % (pfx,pfxlen)
1411 (pfx,pfxlen)= x
1413 return (s[:self._numbytes(pfxlen)], pfxlen)
1417 (s,pfxlen)= x
1421 return (self.ntoa(s), pfxlen)
[all …]
/external/scapy/scapy/contrib/
Disis.py480 IPPrefixField("pfx", None, wordbytes=1, length_from=lambda x: x.pfxlen),
541 IP6PrefixField("pfx", None, wordbytes=1, length_from=lambda x: x.pfxlen),
/external/dhcpcd-6.8.2/
Ddhcp6.c2311 int pfxlen; in dhcp6_ifdelegateaddr() local
2324 pfxlen = prefix->prefix_exclude_len; in dhcp6_ifdelegateaddr()
2326 } else if ((pfxlen = dhcp6_delegateaddr(&addr, ifp, prefix, in dhcp6_ifdelegateaddr()
2345 a->prefix_len = (uint8_t)pfxlen; in dhcp6_ifdelegateaddr()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...