Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/qemu/net/
H A Dutil.h32 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 Dgbmc-ip-monitor-test.sh29 ip() { function
37 ip() { function
61 ip() { function
92 ip() { function
/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c38 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 Dipoctal232.c258 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 Dwol.c41 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 Dlink_local.c52 static struct in_addr ip; variable
70 struct in_addr ip; in pick() local
H A Dnet.c915 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 Drarp.c27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
H A Dping.c77 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
/openbmc/qemu/hw/ipack/
H A Dtpci200.c109 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 Dipack.c25 IPackDevice *ip = IPACK_DEVICE(qdev); in ipack_device_find() local
/openbmc/openbmc-test-automation/gui/lib/
H A Dsupporting_libs.py13 def get_hostname_from_ip_address(self, ip): argument
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c20 #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 Dbmc_update.py79 def updateViaTftp(self, ip, filename): argument
89 def TftpDownload(self, ip, filename): argument
/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp46 inline bool ipv4VerifyIpAndGetBitcount(const std::string& ip, in ipv4VerifyIpAndGetBitcount()
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp128 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 Dvapic.c208 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 Dsys_helper.c193 int ip = env->ttmr & TTMR_IP; in HELPER() local
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip() function in phosphor::network::HypEthInterface
/openbmc/u-boot/drivers/net/
H A Dnetconsole.c53 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 Dof_access.c68 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 Ddownload_manager.py48 def TftpDownloadHandler(self, ip, filename, path=None): argument
/openbmc/obmc-ikvm/
H A Dikvm_server.cpp21 std::string ip("localhost"); in Server() local
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c49 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 Dethernet_interface.cpp270 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

123