| /openbmc/qemu/net/ |
| H A D | util.h | 32 struct ip { struct 34 uint8_t ip_v:4, /* version */ argument 35 ip_hl:4; /* header length */ argument 40 uint8_t ip_tos; /* type of service */ argument 41 uint16_t ip_len; /* total length */ argument 42 uint16_t ip_id; /* identification */ argument 43 uint16_t ip_off; /* fragment offset field */ argument 47 uint8_t ip_ttl; /* time to live */ argument 48 uint8_t ip_p; /* protocol */ argument 49 uint16_t ip_sum; /* checksum */ argument [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor-test.sh | 29 ip() { function 37 ip() { function 61 ip() { function 92 ip() { function
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs_fletcher.c | 38 const uint64_t *ip = buf; in fletcher_2_endian() local 59 const uint32_t *ip = buf; in fletcher_4_endian() local
|
| /openbmc/qemu/hw/char/ |
| H A D | ipoctal232.c | 258 static uint16_t io_read(IPackDevice *ip, uint8_t addr) in io_read() 324 static void io_write(IPackDevice *ip, uint8_t addr, uint16_t val) in io_write() 397 static uint16_t id_read(IPackDevice *ip, uint8_t addr) in id_read() 411 static void id_write(IPackDevice *ip, uint8_t addr, uint16_t val) in id_write() 422 static uint16_t int_read(IPackDevice *ip, uint8_t addr) in int_read() 436 static void int_write(IPackDevice *ip, uint8_t addr, uint16_t val) in int_write() 441 static uint16_t mem_read16(IPackDevice *ip, uint32_t addr) in mem_read16() 447 static void mem_write16(IPackDevice *ip, uint32_t addr, uint16_t val) in mem_write16() 452 static uint8_t mem_read8(IPackDevice *ip, uint32_t addr) in mem_read8() 458 static void mem_write8(IPackDevice *ip, uint32_t addr, uint8_t val) in mem_write8()
|
| /openbmc/u-boot/net/ |
| H A D | wol.c | 41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive() 56 struct in_addr *ip = (struct in_addr *)(wol->wol_passwd); in wol_receive() local
|
| H A D | link_local.c | 52 static struct in_addr ip; variable 70 struct in_addr ip; in pick() local
|
| H A D | net.c | 915 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment() 1035 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment() 1046 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment() 1062 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp() 1092 struct ip_udp_hdr *ip; in net_process_received_packet() local 1506 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header() local 1531 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_udp_header() local
|
| H A D | rarp.c | 27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
|
| H A D | ping.c | 77 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
| /openbmc/qemu/hw/ipack/ |
| H A D | tpci200.c | 109 IPackDevice *ip = opaque; in tpci200_set_irq() local 273 IPackDevice *ip = ipack_device_find(&s->bus, i); in tpci200_write_las0() local 310 IPackDevice *ip; in tpci200_read_las1() local 372 IPackDevice *ip; in tpci200_write_las1() local 420 IPackDevice *ip; in tpci200_read_las2() local 451 IPackDevice *ip; in tpci200_write_las2() local 479 IPackDevice *ip; in tpci200_read_las3() local 506 IPackDevice *ip; in tpci200_write_las3() local
|
| H A D | ipack.c | 25 IPackDevice *ip = IPACK_DEVICE(qdev); in ipack_device_find() local
|
| /openbmc/openbmc-test-automation/gui/lib/ |
| H A D | supporting_libs.py | 13 def get_hostname_from_ip_address(self, ip): argument
|
| /openbmc/u-boot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument 146 const unsigned char *ip = in, *m_pos; in lzo1x_decompress_safe() local
|
| /openbmc/skeleton/pyflashbmc/ |
| H A D | bmc_update.py | 79 def updateViaTftp(self, ip, filename): argument 89 def TftpDownload(self, ip, filename): argument
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | ip_utils.hpp | 46 inline bool ipv4VerifyIpAndGetBitcount(const std::string& ip, in ipv4VerifyIpAndGetBitcount()
|
| /openbmc/bmcweb/test/http/ |
| H A D | mutual_tls.cpp | 128 boost::asio::ip::address ip; in TEST() local 160 boost::asio::ip::address ip; in TEST() local 172 boost::asio::ip::address ip; in TEST() local
|
| /openbmc/qemu/hw/i386/ |
| H A D | vapic.c | 208 target_ulong ip = *pip; in evaluate_tpr_instruction() local 286 static int update_rom_mapping(VAPICROMState *s, CPUX86State *env, target_ulong ip) in update_rom_mapping() 391 static void patch_call(X86CPU *cpu, target_ulong ip, uint32_t target) in patch_call() 402 target_ulong ip; member 410 target_ulong ip = info->ip; in do_patch_instruction() local 448 static void patch_instruction(VAPICROMState *s, X86CPU *cpu, target_ulong ip) in patch_instruction() 468 void vapic_report_tpr_access(DeviceState *dev, CPUState *cs, target_ulong ip, in vapic_report_tpr_access()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | sys_helper.c | 193 int ip = env->ttmr & TTMR_IP; in HELPER() local
|
| /openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
| H A D | hyp_ethernet_interface.hpp | 69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip() function in phosphor::network::HypEthInterface
|
| /openbmc/u-boot/drivers/net/ |
| H A D | netconsole.c | 53 static int is_broadcast(struct in_addr ip) in is_broadcast() 181 struct in_addr ip; in nc_send_packet() local
|
| /openbmc/u-boot/drivers/core/ |
| H A D | of_access.c | 68 const __be32 *ip; in of_n_addr_cells() local 84 const __be32 *ip; in of_n_size_cells() local 100 const __be32 *ip; in of_simple_addr_cells() local 112 const __be32 *ip; in of_simple_size_cells() local
|
| /openbmc/skeleton/pydownloadmgr/ |
| H A D | download_manager.py | 48 def TftpDownloadHandler(self, ip, filename, path=None): argument
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_server.cpp | 21 std::string ip("localhost"); in Server() local
|
| /openbmc/qemu/hw/net/ |
| H A D | net_tx_pkt.c | 49 struct ip_header ip; member 647 struct ip_header *ip = l3hdr->iov_base; in net_tx_pkt_tcp_fragment_fix() local 671 struct ip_header *ip = l3hdr->iov_base; in net_tx_pkt_tcp_fragment_advance() local 703 struct ip_header *ip = l3hdr->iov_base; in net_tx_pkt_udp_fragment_fix() local
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ethernet_interface.cpp | 270 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() function in phosphor::network::EthernetInterface 287 if (!std::visit([](auto ip) { return validIntfIP(ip); }, *addr)) in ip() 536 for (auto& ip : value) in staticNameServers() local 1007 auto ip = stdplus::fromStr<Addr>(gw); in normalizeGateway() local
|