/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | ip.h | 26 unsigned int ihl:4; member 30 unsigned int ihl:4;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | ip.h | 26 unsigned int ihl:4; member 30 unsigned int ihl:4;
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | ip.h | 26 unsigned int ihl:4; member 30 unsigned int ihl:4;
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | ip.h | 26 unsigned int ihl:4; member 30 unsigned int ihl:4;
|
/third_party/musl/include/netinet/ |
H A D | ip.h | 26 unsigned int ihl:4; member 30 unsigned int ihl:4;
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv4_sender.c | 367 pkt.hdr.ihl = sizeof(struct iphdr) / 4; in create_clean_packet() 431 pkt->hdr.ihl ^= seed; in thrust_fakes()
|
H A D | ns-icmp_redirector.c | 406 sndip_p->hdr.ihl = sizeof(struct iphdr) / 4; in return_icmp4_redirect()
|
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpClient.c | 444 struct icmphdr *icmpPtr = netPacket + ip->ihl * 4; in output_to_display() 463 ip->version, ip->ihl * 4, ntohs(ip->tot_len), ip->protocol, in output_to_display()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 263 iph->ihl = sizeof(*iph) / 4; in fils_dhcp_handler()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2885 pub fn ihl(&self) -> __u8 { in ihl() functions 2907 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2910 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2911 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2884 pub fn ihl(&self) -> __u8 { in ihl() functions 2906 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2909 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2910 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2864 pub fn ihl(&self) -> __u8 { in ihl() functions 2886 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2889 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2890 ihl as u64
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 672 || packet.iph.ihl != (sizeof(packet.iph) >> 2) in read_raw() 755 packet.iph.ihl = sizeof(packet.iph) >> 2; in send_raw()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3011 pub fn ihl(&self) -> __u8 { in ihl() functions 3022 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3029 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3030 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3080 pub fn ihl(&self) -> __u8 { in ihl() functions 3091 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3098 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3099 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3033 pub fn ihl(&self) -> __u8 { in ihl() functions 3044 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3051 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3052 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3144 pub fn ihl(&self) -> __u8 { in ihl() functions 3155 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3162 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3163 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2968 pub fn ihl(&self) -> __u8 { in ihl() functions 2990 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2993 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2994 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3244 pub fn ihl(&self) -> __u8 { in ihl() functions 3255 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3262 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3263 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2948 pub fn ihl(&self) -> __u8 { in ihl() functions 2959 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2966 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2967 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3220 pub fn ihl(&self) -> __u8 { in ihl() functions 3231 pub fn new_bitfield_1(version: __u8, ihl: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3238 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3239 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2915 pub fn ihl(&self) -> __u8 { in ihl() functions 2937 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2940 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2941 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2998 pub fn ihl(&self) -> __u8 { in ihl() functions 3020 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 3023 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 3024 ihl as u64
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2926 pub fn ihl(&self) -> __u8 { in ihl() functions 2948 pub fn new_bitfield_1(ihl: __u8, version: __u8) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1() 2951 let ihl: u8 = unsafe { ::core::mem::transmute(ihl) }; 2952 ihl as u64
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 1846 if (ip.ihl != 5 || ip.version != 4 || in hostapd_data_test_rx() 1958 ip->ihl = 5; in hostapd_ctrl_iface_data_test_tx()
|