Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-domain.c813 int pbit, pbyte; in ns_rprint() local
819 pbyte = (pbit & ~7) / 8; in ns_rprint()
825 GET_CPY_BYTES(a + pbyte, cp + 1, sizeof(a) - pbyte); in ns_rprint()
831 if (fqdn_print(ndo, cp + 1 + sizeof(a) - pbyte, bp) == NULL) in ns_rprint()
/freebsd/lib/libc/nameser/
H A Dns_print.c671 int pbyte, pbit; in ns_sprintrrf() local
679 pbyte = (pbit & ~7) / 8; in ns_sprintrrf()
684 if (rdata + pbyte >= edata) goto formerr; in ns_sprintrrf()
686 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte); in ns_sprintrrf()
689 rdata += sizeof(a) - pbyte; in ns_sprintrrf()
/freebsd/sys/netgraph/
H A Dng_ppp.c2417 uint8_t pbyte = (uint8_t)proto; in ng_ppp_addproto() local
2419 return ng_ppp_prepend(m, &pbyte, 1); in ng_ppp_addproto()