Searched refs:IP_PKTINFO (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-5.2-pktinfo.patch | 18 #ifdef IP_PKTINFO 21 setsockopt(s, IPPROTO_IP, IP_PKTINFO, &on, sizeof(on));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | in.h | 81 #define IP_PKTINFO 8 /* bool */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | in.h | 81 #define IP_PKTINFO 8 /* bool */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | timestamping.c | 220 case IP_PKTINFO: { in printpacket() 433 if (setsockopt(sock, SOL_IP, IP_PKTINFO, in main()
|
| H A D | txtimestamp.c | 336 cm->cmsg_type == IP_PKTINFO) { in __recv_errmsg_cmsg() 557 if (setsockopt(fd, SOL_IP, IP_PKTINFO, in do_test()
|
| H A D | nettest.c | 368 rc = setsockopt(sd, SOL_IP, IP_PKTINFO, &one, sizeof(one)); in set_pktinfo_v4() 613 cm->cmsg_type == IP_PKTINFO) { in get_index_from_cmsg() 681 cm->cmsg_type = IP_PKTINFO; in send_msg_cmsg()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_sockglue.c | 62 put_cmsg(msg, SOL_IP, IP_PKTINFO, sizeof(info), &info); in ip_cmsg_recv_pktinfo() 289 case IP_PKTINFO: in ip_cmsg_send() 898 case IP_PKTINFO: in do_ip_setsockopt() 981 case IP_PKTINFO: in do_ip_setsockopt() 1566 case IP_PKTINFO: in do_ip_getsockopt() 1705 put_cmsg(&msg, SOL_IP, IP_PKTINFO, sizeof(info), &info); in do_ip_getsockopt()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | in.h | 101 #define IP_PKTINFO 8 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | in.h | 97 #define IP_PKTINFO 8 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | in.h | 97 #define IP_PKTINFO 8 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | in.h | 101 #define IP_PKTINFO 8 macro
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | vrf.rst | 118 or to specify the output device using cmsg and IP_PKTINFO. 135 This is so as to specify the output device with cmsg and IP_PKTINFO, but
|
| H A D | timestamping.rst | 201 option IP_PKTINFO simultaneously. 243 instance SOL_IP/IP_PKTINFO to detect the egress network interface.
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcsock.c | 162 cmh->cmsg_type = IP_PKTINFO; in svc_set_cmsg_data() 375 if (cmh->cmsg_type != IP_PKTINFO) in svc_udp_get_dest_address4()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock_addr.c | 1236 cmsg->cmsg_type = IP_PKTINFO; in init_pktinfo()
|