Searched refs:ip (Results 1 – 11 of 11) sorted by relevance
| /include/net/ |
| A D | ncsi.h | 11 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
|
| A D | tcp.h | 253 struct ip_tcp_hdr_o ip; member
|
| /include/linux/ |
| A D | time.h | 97 _CONST int *ip; member 142 ip = mon_lengths[yleap]; 143 for (res->tm_mon = 0; days >= ip[res->tm_mon]; ++res->tm_mon) 144 days -= ip[res->tm_mon];
|
| /include/ |
| A D | net-legacy.h | 472 struct in_addr ip; in net_read_ip() local 474 memcpy((void *)&ip, (void *)from, sizeof(ip)); in net_read_ip() 475 return ip; in net_read_ip() 488 static inline void net_write_ip(void *to, struct in_addr ip) in net_write_ip() argument 490 memcpy(to, (void *)&ip, sizeof(ip)); in net_write_ip()
|
| A D | net-lwip.h | 43 int net_lwip_dns_resolve(char *name_or_ip, ip_addr_t *ip);
|
| A D | efi_loader.h | 132 void efi_net_get_addr(struct efi_ipv4_address *ip, 136 void efi_net_set_addr(struct efi_ipv4_address *ip, 158 static inline void efi_net_get_addr(struct efi_ipv4_address *ip, in efi_net_get_addr() argument 162 static inline void efi_net_set_addr(struct efi_ipv4_address *ip, in efi_net_set_addr() argument
|
| A D | efi_api.h | 1611 int ipv6, struct efi_ip_address *ip,
|
| /include/env/phytec/ |
| A D | k3_net.env | 11 netargs=setenv bootargs console=${console} root=/dev/nfs ip=dhcp rw
|
| /include/env/pg-wcom/ |
| A D | common.env | 19 add_default=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname…
|
| /include/env/ti/ |
| A D | ti_armv7_keystone2.env | 50 … ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp
|
| /include/env/adi/ |
| A D | adi_boot.env | 39 addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0…
|
Completed in 30 milliseconds