Home
last modified time | relevance | path

Searched refs:rplen (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/netinet/
H A Dip_ah.c540 int error, rplen; in ah_input() local
547 rplen = AH_FLENGTH + sizeof(u_int32_t); in ah_input()
646 crda->crd_inject = skip + rplen; in ah_input()
782 m_adj(m1, rplen + ahx->authsize); in ah_input()
788 m->m_pkthdr.len -= rplen + ahx->authsize; in ah_input()
801 adjlen = roff + rplen + ahx->authsize - in ah_input()
838 bcopy(mtod(m1, u_char *) + roff + rplen + in ah_input()
841 m1->m_len -= rplen + ahx->authsize; in ah_input()
866 int error, rplen, roff; in ah_output() local
910 rplen = AH_FLENGTH + sizeof(u_int32_t); in ah_output()
[all …]
/openbsd/usr.bin/talk/
H A Dinvite.c69 socklen_t rplen = sizeof(struct sockaddr); in invite_remote() local
100 while ((new_sockt = accept(sockt, &rp, &rplen)) == -1) { in invite_remote()