Searched refs:ip (Results 401 - 425 of 1110) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteudplite.ksh28 # Test {udplite,ip}:::{send,receive} of IPv4 UDP-Lite to a remote host.
32 # 1. A change to the ip stack breaking expected probe behavior,
42 # 1 x ip:::send (UDP-Lite sent to UDP-Lite port 33434)
87 ip:::send
103 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
/freebsd-12-stable/cddl/lib/libdtrace/
H A Dnfssrv.d31 #pragma D depends_on library ip.d
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c462 const BYTE* ip = (const BYTE*) src; local
477 case 3 : HUF_encodeSymbol(&bitC, ip[n+ 2], CTable);
480 case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable);
483 case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable);
491 HUF_encodeSymbol(&bitC, ip[n- 1], CTable);
493 HUF_encodeSymbol(&bitC, ip[n- 2], CTable);
495 HUF_encodeSymbol(&bitC, ip[n- 3], CTable);
497 HUF_encodeSymbol(&bitC, ip[n- 4], CTable);
558 const BYTE* ip = (const BYTE*) src; local
559 const BYTE* const iend = ip
[all...]
/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h185 #define ITOV(ip) ((ip)->i_vnode)
/freebsd-12-stable/tests/sys/mac/portacl/
H A Dmisc.sh98 reserved_high=$(sysctl -n net.inet.ip.portrange.reservedhigh)
103 sysctl -n net.inet.ip.portrange.reservedhigh=${reserved_high} >/dev/null
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
H A Drc.network45 echo " All ip services are ENABLED by default."
67 sysctl net.inet.ip.forwarding=1 >/dev/null 2>&1
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c123 result = ASN1_OCTET_STRING_cmp(a->d.ip, b->d.ip);
174 a->d.ip = value;
207 return a->d.ip;
/freebsd-12-stable/usr.sbin/trpt/
H A Dtrpt.c60 #include <netinet/ip.h>
308 void *ip, struct tcphdr *th, int req)
312 struct ip *ip4;
329 ip4 = (struct ip *)ip;
334 ip6 = (struct ip6_hdr *)ip;
340 ip4 = (struct ip *)ip;
307 tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused, void *ip, struct tcphdr *th, int req) argument
/freebsd-12-stable/contrib/bearssl/T0/
H A DT0Comp.cs1696 const unsigned char *ip;
1813 @"#define T0_ENTER(ip, rp, slot) do { \
1819 *((rp) ++) = (uint32_t)((ip) - &t0_codeblock[0]) + (t0_lnum << 16); \
1820 (ip) = t0_newip; \
1829 t0ctx->ip = &t0_codeblock[0]; \
1830 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
1853 const unsigned char *ip;
1900 ip = ((t0_context *)t0ctx)->ip;
1906 t0x = T0_NEXT(&ip);
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c2059 p_ReassTbl = &p_Manip->reassmParams.ip.p_Ipv4ReassTbl;
2061 &p_Manip->reassmParams.ip.ipv4AutoLearnHashTblAddr;
2063 &p_Manip->reassmParams.ip.ipv4AutoLearnSetLockTblAddr;
2064 minFragSize = p_Manip->reassmParams.ip.minFragSize[0];
2066 numOfWays = p_Manip->reassmParams.ip.numOfFramesPerHashEntry[0];
2070 p_ReassTbl = &p_Manip->reassmParams.ip.p_Ipv6ReassTbl;
2072 &p_Manip->reassmParams.ip.ipv6AutoLearnHashTblAddr;
2074 &p_Manip->reassmParams.ip.ipv6AutoLearnSetLockTblAddr;
2075 minFragSize = p_Manip->reassmParams.ip.minFragSize[1];
2077 numOfWays = p_Manip->reassmParams.ip
[all...]
/freebsd-12-stable/tests/sys/netgraph/
H A Dbridge.c40 #include <netinet/ip.h>
56 struct ip ip; member in struct:frame4
62 struct ip6_hdr ip; member in struct:frame6
67 .ip.ip_v = 4,
68 .ip.ip_hl = 5,
69 .ip.ip_ttl = 1,
70 .ip.ip_p = 254,
71 .ip.ip_src = {htonl(0x0a00dead)},
72 .ip
[all...]
/freebsd-12-stable/stand/ficl/
H A Dtools.c90 pBP->address = pVM->ip;
91 pBP->origXT = *pVM->ip;
92 *pVM->ip = pStep;
200 if ((void *)pc == (void *)pVM->ip)
448 pFW = *pVM->ip;
459 pVM->pSys->bpStep.address = pVM->ip + 1;
460 pVM->pSys->bpStep.origXT = pVM->ip[1];
461 pVM->ip[1] = pStep;
504 pVM->ip = (IPTYPE)(pVM->pSys->bpStep.address);
505 *pVM->ip
[all...]
/freebsd-12-stable/contrib/amd/amd/
H A Dsrvr_nfs.c469 plog(XLOG_WARNING, "EZK: down fileserver %s changed ip: %s -> %s",
693 struct sockaddr_in *ip = NULL; local
790 ip = CALLOC(struct sockaddr_in);
791 memset((voidp) ip, 0, sizeof(*ip));
793 ip->sin_family = AF_INET;
794 memmove((voidp) &ip->sin_addr, (voidp) hp->h_addr, sizeof(ip->sin_addr));
816 XFREE(ip);
869 if (check_pmap_up(host, ip)) {
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_nat.c42 #include <netinet/ip.h>
759 struct ip *ip; local
809 if (m->m_pkthdr.len < ipofs + sizeof(struct ip))
813 ip = (struct ip *)mtodo(m, ipofs);
815 if (ip->ip_v != IPVERSION)
817 if (m->m_pkthdr.len < ipofs + ntohs(ip->ip_len))
851 m->m_pkthdr.len = m->m_len = ntohs(ip->ip_len) + ipofs;
853 if ((ip
[all...]
/freebsd-12-stable/contrib/traceroute/
H A Dtraceroute.c35 * traceroute host - trace the route ip packets follow going to "host".
37 * Attempt to trace the route an ip packet would follow to some
43 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag).
158 * system available from Berkeley: A raw ip socket using proto
159 * IPPROTO_RAW must interpret the data sent as an ip datagram (as
160 * opposed to data to be wrapped in a ip datagram). See the README
171 * udp header (the ip id could be used but there's no way to
172 * interlock with the kernel's assignment of ip id's and, anyway,
174 * code to set the ip id). So, to allow two or more users to
220 #include <netinet/ip
1077 register struct ip *ip; local
1408 register struct ip *ip; local
1706 register struct ip *ip; local
1732 p_cksum(struct ip *ip, u_short *data, int len, int cov) argument
[all...]
/freebsd-12-stable/sys/netpfil/pf/
H A Dif_pfsync.c98 #include <netinet/ip.h>
106 sizeof(struct ip) + \
113 struct ip *ip; member in struct:pfsync_pkt
219 struct ip sc_template;
646 struct ip *ip = mtod(m, struct ip *); local
673 if (ip->ip_ttl != PFSYNC_DFLTTL) {
678 offset = ip
1387 struct ip *ip; local
1578 struct ip *ip; local
[all...]
/freebsd-12-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c947 struct denode *ip, *xp, *dp, *zp; local
996 ip = VTODE(fvp);
1004 if (ip->de_Attributes & ATTR_DIRECTORY) {
1009 dp == ip ||
1012 (ip->de_flag & DE_RENAME)) {
1017 ip->de_flag |= DE_RENAME;
1056 error = doscheckpath(ip, dp);
1140 if (xp != ip) {
1160 memcpy(oldname, ip->de_Name, 11);
1161 memcpy(ip
1412 struct denode *ip, *dp; local
[all...]
/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c155 char* ip; member in struct:tap_socket
188 free(s->ip);
214 static struct tap_socket* tap_socket_new_tcpaccept(char* ip, argument
222 s->ip = strdup(ip);
223 if(!s->ip) {
235 static struct tap_socket* tap_socket_new_tlsaccept(char* ip, argument
244 s->ip = strdup(ip);
245 if(!s->ip) {
264 make_tcp_accept(char* ip) argument
1093 char ip[256]; local
[all...]
/freebsd-12-stable/sys/netinet/
H A Dsiftr.c96 #include <netinet/ip.h>
710 siftr_findinpcb(int ipver, struct ip *ip, struct mbuf *m, uint16_t sport, argument
720 in_pcblookup(&V_tcbinfo, ip->ip_src, sport, ip->ip_dst,
725 &((struct ip6_hdr *)ip)->ip6_src, sport,
726 &((struct ip6_hdr *)ip)->ip6_dst, dport, INPLOOKUP_RLOCKPCB,
735 in_pcblookup(&V_tcbinfo, ip->ip_dst, dport, ip->ip_src,
740 &((struct ip6_hdr *)ip)
839 struct ip *ip; local
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h89 #include <netinet/ip.h>
/freebsd-12-stable/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
76 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
106 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
120 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_rfc4182.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
78 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
93 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
122 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_io.h38 # include <netinet/ip.h>
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_insn.h174 * provides it in @ip unless @ip is NULL.
180 extern int pt_insn_next_ip(uint64_t *ip, const struct pt_insn *insn,
185 * Decodes the instructruction at @insn->ip in @insn->mode into @insn and @iext.
H A Dpt_query_decoder.h56 /* The last-ip. */
57 struct pt_last_ip ip; member in struct:pt_query_decoder

Completed in 372 milliseconds

<<11121314151617181920>>