Searched refs:sa_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dudp_io.c104 socklen_t sa_size)
107 return recvfrom(fd, buf, len, flags, from, &sa_size);
124 msg.msg_namelen = sa_size;
102 recv_from_to(int fd, void *buf, size_t len, int flags, struct sockaddr *from, struct sockaddr *to, socklen_t sa_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c347 size_t sa_size; local
350 sa_size = SA_SIZE(sa);
353 sa_size = sa->sa_len;
354 if (sa_size < sizeof(u_long))
355 sa_size = sizeof(u_long);
358 p = ((char *)sa) + sa_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c347 size_t sa_size; local
350 sa_size = SA_SIZE(sa);
353 sa_size = sa->sa_len;
354 if (sa_size < sizeof(u_long))
355 sa_size = sizeof(u_long);
358 p = ((char *)sa) + sa_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dzcore.c47 u32 sa_size; member in struct:sys_info
170 if (memcpy_hsa_kernel(sa, sys_info.sa_base, sys_info.sa_size) < 0) {
276 sa_end = prefix + sys_info.sa_base + sys_info.sa_size;
543 sys_info.sa_size = sizeof(struct save_area);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dnfs.h362 u_int32_t sa_size; member in struct:nfsv2_sattr
378 u_int32_t sa_size; member in struct:nfsv3_sattr
H A Dprint-nfs.c233 sa3->sa_size = EXTRACT_32BITS(dp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h385 socklen_t sa_size);

Completed in 103 milliseconds