Searched refs:fromlen (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-current/sys/i386/linux/
H A Dlinux_systrace_args.c2774 uarg[a++] = (intptr_t)p->fromlen; /* l_uintptr_t */
H A Dlinux_proto.h1398 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member in struct:linux_recvfrom_args
/freebsd-current/sys/amd64/linux/
H A Dlinux_proto.h229 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member in struct:linux_recvfrom_args
H A Dlinux_systrace_args.c410 uarg[a++] = (intptr_t)p->fromlen; /* l_uintptr_t */
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2743 uarg[a++] = (intptr_t)p->fromlen; /* l_uintptr_t */
H A Dlinux32_proto.h1404 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member in struct:linux_recvfrom_args
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c7572 socklen_t fromlen = sizeof(lladdr); local
7575 (struct sockaddr *)&lladdr, &fromlen);

Completed in 380 milliseconds

1234