Searched refs:PACKET_RESERVE (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | if_packet.h | 24 #ifndef PACKET_RESERVE 25 # define PACKET_RESERVE 12 macro
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt07.c | 55 setsockopt(sock, SOL_PACKET, PACKET_RESERVE, &val, sizeof(val)); in thread_run() 94 SAFE_GETSOCKOPT(sock, SOL_PACKET, PACKET_RESERVE, &val, &vsize); in run() 108 tst_res(TFAIL, "PACKET_RESERVE checks bypassed"); in run()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 62 /* Test for commit bcc5364bdcfe (cap PACKET_RESERVE to INT_MAX) */ 76 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RESERVE, &val, in check_tiny_frame() 82 "setsockopt(PACKET_RESERVE) value is capped"); in check_tiny_frame() 88 "setsockopt(PACKET_RESERVE): unexpected error"); in check_tiny_frame() 93 "Invalid setsockopt(PACKET_RESERVE) return value"); in check_tiny_frame() 96 tst_res(TINFO, "setsockopt(PACKET_RESERVE) accepted too large value"); in check_tiny_frame() 143 SAFE_SETSOCKOPT_INT(dst_sock, SOL_PACKET, PACKET_RESERVE, 0xffff - 75); in check_vnet_hdr()
|
/third_party/musl/porting/uniproton/kernel/include/netpacket/ |
H A D | packet.h | 40 #define PACKET_RESERVE 12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/ |
H A D | packet.h | 40 #define PACKET_RESERVE 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netpacket/ |
H A D | packet.h | 40 #define PACKET_RESERVE 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netpacket/ |
H A D | packet.h | 40 #define PACKET_RESERVE 12 macro
|
/third_party/musl/include/netpacket/ |
H A D | packet.h | 40 #define PACKET_RESERVE 12 macro
|
Completed in 3 milliseconds