Searched refs:rhlen (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | route6.c | 59 int off = *offp, rhlen; in route6_input() local 78 rhlen = (rh->ip6r_len + 1) << 3; in route6_input() 87 *offp += rhlen; in route6_input()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-decnet.c | 68 u_int rhlen, nsplen, pktlen; in decnet_print() local 88 rhlen = min(length, caplen); in decnet_print() 89 rhlen = min(rhlen, sizeof(*rhp)); in decnet_print() 90 memcpy((char *)rhp, (char *)&(ap[sizeof(short)]), rhlen); in decnet_print() 108 rhlen = min(length, caplen); in decnet_print() 109 rhlen = min(rhlen, sizeof(*rhp)); in decnet_print() 110 memcpy((char *)rhp, (char *)&(ap[sizeof(short)]), rhlen); in decnet_print()
|
/openbsd/bin/csh/ |
H A D | dol.c | 689 size_t lhlen = 0, rhlen = 0; in setDolp() local 705 rhlen++; in setDolp() 712 size_t len = Strlen(cp) + 1 - lhlen + rhlen; in setDolp()
|