Searched refs:ifc32 (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/
H A Dsocket.c2483 struct compat_ifconf ifc32; local
2491 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf)))
2494 if (ifc32.ifcbuf == 0) {
2495 ifc32.ifc_len = 0;
2500 size_t len = ((ifc32.ifc_len / sizeof(struct compat_ifreq)) + 1) *
2505 ifr32 = compat_ptr(ifc32.ifcbuf);
2506 for (i = 0; i < ifc32.ifc_len; i += sizeof(struct compat_ifreq)) {
2524 ifr32 = compat_ptr(ifc32.ifcbuf);
2526 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len;
2534 if (ifc32
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/
H A Dsocket.c2483 struct compat_ifconf ifc32; local
2491 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf)))
2494 if (ifc32.ifcbuf == 0) {
2495 ifc32.ifc_len = 0;
2500 size_t len = ((ifc32.ifc_len / sizeof(struct compat_ifreq)) + 1) *
2505 ifr32 = compat_ptr(ifc32.ifcbuf);
2506 for (i = 0; i < ifc32.ifc_len; i += sizeof(struct compat_ifreq)) {
2524 ifr32 = compat_ptr(ifc32.ifcbuf);
2526 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len;
2534 if (ifc32
[all...]

Completed in 125 milliseconds