Searched refs:ip (Results 501 - 525 of 1028) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c249 static int getip(char **ptr, struct in_addr *ip);
1139 unsigned int ip; local
1143 ip = 0;
1146 ip = val << 24;
1152 ip |= (val << 16);
1158 ip |= (val << 8);
1164 ip |= val;
1166 addr->s_addr = htonl(ip);
1244 unsigned int ip; local
1246 ip
1418 unsigned int ip; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dcdrio.h110 u_int8_t ip:1; member in struct:cdr_format_params
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen-x86_64.h162 __DECL_REG(ip);
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
H A Dt_forward.c45 #include <netinet/ip.h>
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.c418 write_host_entry(FILE *f, const char *host, const char *ip, argument
434 } else if (ip != NULL)
435 fprintf(f, "%s,%s ", lhost, ip);
473 int *skip_keys; /* XXX split for host/ip? might want to ensure both */
536 hostfile_replace_entries(const char *filename, const char *host, const char *ip, argument
581 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip,
600 if (!write_host_entry(ctx.out, host, ip, keys[i], store_hash)) {
675 const char *host, const char *ip, u_int options)
747 if (ip != NULL) {
748 if ((s = match_maybe_hashed(ip, lineinf
674 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, const char *host, const char *ip, u_int options) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dx509v3.h43 u8 *ip; /* iPAddress */ member in struct:x509_name
/freebsd-11-stable/sys/net/
H A Dif_gre.h51 struct ip gi_ip;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c293 uint8_t *ip = la->la_array; local
296 *buf64 = (uint64_t)ip[0] << 56 | (uint64_t)ip[1] << 48 |
297 (uint64_t)ip[2] << 40 | (uint64_t)ip[3] << 32 |
298 (uint64_t)ip[4] << 24 | (uint64_t)ip[5] << 16 |
299 (uint64_t)ip[6] << 8 | (uint64_t)ip[7];
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_led.c127 #include <netinet/ip.h>
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.h132 void pdu_delete(struct pdu *ip);
/freebsd-11-stable/usr.sbin/ppp/
H A Dncpaddr.c39 #include <netinet/ip.h>
257 ncpaddr_setip4addr(struct ncpaddr *addr, u_int32_t ip) argument
260 addr->ncpaddr_ip4addr.s_addr = ip;
264 ncpaddr_getip4addr(const struct ncpaddr *addr, u_int32_t *ip) argument
268 *ip = addr->ncpaddr_ip4addr.s_addr;
273 ncpaddr_setip4(struct ncpaddr *addr, struct in_addr ip) argument
276 addr->ncpaddr_ip4addr = ip;
280 ncpaddr_getip4(const struct ncpaddr *addr, struct in_addr *ip) argument
284 *ip = addr->ncpaddr_ip4addr;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c33 #include <netinet/ip.h>
H A D44arp.c19 #include <netinet/ip.h>
H A Dsbpf.c25 #include <netinet/ip.h>
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c68 #include <netinet/ip.h>
1449 struct ip *ip; local
1478 m = m_pullup(m, ip_off + sizeof(struct ip));
1483 ip = (struct ip *)(mtod(m, char *) + ip_off);
1484 poff = ip_off + (ip->ip_hl << 2);
1501 ip = (struct ip *)(mtod(m, char *) + ip_off);
1503 ip
1551 struct ip *ip; local
1791 struct ip *ip; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.h40 #include <netinet/ip.h>
/freebsd-11-stable/sys/netinet/
H A Dip.h30 * @(#)ip.h 8.2 (Berkeley) 6/1/94
31 * $FreeBSD: stable/11/sys/netinet/ip.h 346755 2019-04-26 17:01:56Z mav $
49 struct ip { struct
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-vrrp.c38 #include "ip.h"
153 uint16_t cksum = nextproto4_cksum(ndo, (const struct ip *)bp2, bp,
/freebsd-11-stable/libexec/rshd/
H A Drshd.c67 #include <netinet/ip.h>
228 struct protoent *ip; local
230 if ((ip = getprotobyname("ip")) != NULL)
231 ipproto = ip->p_proto;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c64 #include <netinet/ip.h>
1253 * type(1) + code(1) + cksum(2) + id(2) seq(2) + ip(20+)
1443 ip = fin->fin_ip;
1445 off = IP_HL(ip) << 2;
1689 ip_t *ip; local
1694 ip = fin->fin_ip;
1695 p = ip->ip_p;
1698 fi->fi_tos = ip->ip_tos;
1699 fin->fin_id = ntohs(ip->ip_id);
1700 off = ntohs(ip
6111 ip_t *ip; local
8478 ip_t *ip; local
[all...]
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c74 #include <netinet/ip.h>
551 struct ip *ip; local
558 if (pktlen < sizeof(struct ether_header) + sizeof(struct ip))
563 ip = (struct ip *)(eh + 1);
564 if (ip->ip_v != IPVERSION)
567 hlen = ip->ip_hl << 2;
569 if (hlen < sizeof(struct ip))
571 if (ntohs(ip
1192 struct ip *ip; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c158 "pr", "ip", "psr", "cfm",
2209 unw_word_t bsp, sof, sol, cfm, psr, ip;
2273 from the psr must be merged with the ip word address. */
2275 ip = extract_unsigned_integer (buf, 8);
2278 *val = ip | ((psr >> 41) & 0x3);
2357 get_kernel_table (unw_word_t ip, unw_dyn_info_t *di)
2382 if (ip < ktab[0].start_offset || ip >= etab[-1].end_offset)
2406 ia64_find_unwind_table (struct objfile *objfile, unw_word_t ip,
2428 if ((unw_word_t) (ip
2208 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2356 get_kernel_table(unw_word_t ip, unw_dyn_info_t *di) argument
2405 ia64_find_unwind_table(struct objfile *objfile, unw_word_t ip, unw_dyn_info_t *dip, void **buf) argument
2464 ia64_find_proc_info_x(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
2534 unw_word_t ip, addr; local
3231 CORE_ADDR ip, psr, pc; local
[all...]
H A Dlibunwind-frame.c317 search function to get unwind information for a specified ip address. */
319 libunwind_search_unwind_table (void *as, long ip, void *di, argument
322 return unw_search_unwind_table_p (*(unw_addr_space_t *)as, (unw_word_t )ip,
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c389 protocols[0] = strdup("ip");
1051 ip_t *ipc, *ip; local
1082 ip = (ip_t *)((char *)ipf + sizeof(*ipf));
1164 hl = IP_HL(ip) << 2;
1165 ipoff = ntohs(ip->ip_off);
1167 p = (u_short)ip->ip_p;
1168 s = (u_32_t *)&ip->ip_src;
1169 d = (u_32_t *)&ip->ip_dst;
1170 plen = ntohs(ip->ip_len);
1177 ip6 = (ip6_t *)ip;
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dnfs.d31 #pragma D depends_on library ip.d

Completed in 336 milliseconds

<<21222324252627282930>>