Searched refs:ip (Results 426 - 450 of 1028) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/less/
H A Dscreen.c2806 INPUT_RECORD ip; local
2829 PeekConsoleInput(tty, &ip, 1, &read);
2832 ReadConsoleInput(tty, &ip, 1, &read);
2834 if (mousecap && ip.EventType == MOUSE_EVENT &&
2835 ip.Event.MouseEvent.dwEventFlags != MOUSE_MOVED)
2837 x11mousebuf[3] = X11MOUSE_OFFSET + ip.Event.MouseEvent.dwMousePosition.X + 1;
2838 x11mousebuf[4] = X11MOUSE_OFFSET + ip.Event.MouseEvent.dwMousePosition.Y + 1;
2839 switch (ip.Event.MouseEvent.dwEventFlags)
2842 if (ip.Event.MouseEvent.dwButtonState == 0)
2844 else if (ip
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_pie.c65 #include <netinet/ip.h>
789 struct ip *ip; local
795 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off);
799 isip6 = (ip->ip_v == 6);
802 ip6 = (struct ip6_hdr *)ip;
830 *((uint8_t *) &tuple[0]) = ip->ip_p;
832 *((uint32_t *) &tuple[5]) = ip->ip_src.s_addr;
833 *((uint32_t *) &tuple[9]) = ip
[all...]
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c93 #include <netinet/ip.h>
876 n = (ETHER_HDR_LEN + sizeof(struct ip)) / 2;
947 struct ip *ip; local
966 m = m_pullup(*m0, i + sizeof(struct ip));
971 ip = (struct ip *)(mtod(m, caddr_t) + i);
972 i += (ip->ip_hl << 2);
1218 struct ip *ip; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c88 #include <netinet/ip.h>
577 struct ip *ip = NULL; local
605 * The size of tcp_saveipgen must be the size of the max ip header,
614 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
676 if (off0 > sizeof (struct ip)) {
678 off0 = sizeof(struct ip);
687 ip = mtod(m, struct ip *);
688 th = (struct tcphdr *)((caddr_t)ip
3328 struct ip *ip; local
[all...]
H A Dip_icmp.h109 struct ip idi_ip;
128 * packet is large enough to contain the returned ip header.
131 * ip header length.
136 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
184 #define ICMP_PARAMPROB 12 /* ip header bad */
H A Dudp_var.h41 struct ipovly ui_i; /* overlaid ip structure */
74 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb)
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsnit.c33 #include <netinet/ip.h>
127 if (len < (sizeof(sa->sa_data) + sizeof(struct ip)))
/freebsd-11-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_asm.S192 strex ip, r2, [r0] /* Store new to target */
193 cmp ip, #0 /* Did the store succeed? */
/freebsd-11-stable/etc/rc.d/
H A Dnetoptions81 ${SYSCTL} net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
89 ${SYSCTL} net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
/freebsd-11-stable/include/rpc/
H A Dauth.h273 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
H A Dxdr.h163 xdr_getint32(XDR *xdrs, int32_t *ip) argument
169 *ip = (int32_t)l;
174 xdr_putint32(XDR *xdrs, int32_t *ip) argument
178 l = (long)*ip;
/freebsd-11-stable/sys/rpc/
H A Dauth.h269 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
/freebsd-11-stable/bin/sh/
H A Dvar.c158 const struct varinit *ip; local
163 for (ip = varinit ; (vp = ip->var) != NULL ; ip++) {
164 if (find_var(ip->text, &vpp, &vp->name_len) != NULL)
168 vp->text = __DECONST(char *, ip->text);
169 vp->flags = ip->flags | VSTRFIXED | VTEXTFIXED;
170 vp->func = ip->func;
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dudp.d28 #pragma D depends_on library ip.d
/freebsd-11-stable/contrib/netbsd-tests/net/arp/
H A Dt_dad.sh51 local ip=$2
56 atf_check -s exit:0 rump.ifconfig shmif0 inet $ip/24
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c58 #include <netinet/ip.h>
73 AliasHandleUdpNbt(struct libalias *, struct ip *, struct alias_link *,
77 AliasHandleUdpNbtNS(struct libalias *, struct ip *, struct alias_link *,
93 protohandler1(struct libalias *la, struct ip *pip, struct alias_data *ah)
113 protohandler2in(struct libalias *la, struct ip *pip, struct alias_data *ah)
122 protohandler2out(struct libalias *la, struct ip *pip, struct alias_data *ah)
337 struct ip *pip, /* IP packet to examine/patch */
781 struct ip *pip, /* IP packet to examine/patch */
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddhcp.h15 #define iphdr ip
28 #include <netinet/ip.h>
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c53 #include "ip.h"
676 const struct ip *ip; local
727 ip = (const struct ip *)bp2;
728 switch (IP_V(ip)) {
749 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF)
751 len = EXTRACT_16BITS(&ip->ip_len);
757 UNALIGNED_MEMCMP(&sa->daddr.in4, &ip->ip_dst,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h120 pop {ip}; \
121 JMP(ip)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c189 const struct ip *ip; local
209 ip = (const struct ip *)(mb->m_data + eth_hdr_len);
210 if (unlikely(mb->m_len < eth_hdr_len + sizeof(*ip)))
212 switch (ip->ip_p) {
214 ip_hlen = ip->ip_hl << 2;
218 ip_hlen = ip->ip_hl << 2;
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h185 * Convert ip address string and port to sockaddr.
186 * @param ip: ip4 or ip6 address string.
192 int ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
196 * Convert ip netblock (ip/netsize) string and port to sockaddr.
197 * performs a copy internally to avoid writing over 'ip' string.
198 * @param ip: ip4 or ip6 address string.
205 int netblockstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
487 * - 24.10.100.51.198.rpz-ip -> 198.51.100.10/24
488 * - 32.10.zz.db8.2001.rpz-ip
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c55 #include <netinet/ip.h>
237 struct ip *ip; local
244 ip = mtod(*m, struct ip *); /* Outer IP header */
245 off = (ip->ip_hl << 2) + ICMP_MINLEN;
251 ip = mtod(*m, struct ip *); /* Outer IP header */
252 icmp = L3HDR(ip, struct icmphdr *);
269 if ((*m)->m_pkthdr.len < off + sizeof(struct ip)
329 struct ip *ip; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h86 #include <netinet/ip.h>
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h142 #include <netinet/ip.h>
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_acpt.c341 int *ip; local
388 ip = (int *)ptr;
389 if (ip != NULL)
390 *ip = data->accept_sock;

Completed in 327 milliseconds

<<11121314151617181920>>