Searched refs:ip (Results 151 - 175 of 1110) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/ipf/ipresend/
H A DMakefile5 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
/freebsd-12-stable/usr.bin/finger/
H A Dfinger.c280 int r, sflag1, *used, *ip; local
308 for (p = argv, ip = used; *p; ++p, ++ip)
310 *ip = 1;
345 for (p = argv, ip = used; *p; ++p, ++ip) {
346 if (**p != '/' || *ip == 1 || !show_text("", *p, "")) {
349 else if (!*ip)
355 for (p = argv, ip = used; *p; ++p, ++ip)
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sunrpc.c59 #include "ip.h"
132 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
172 register const struct ip *ip; local
189 switch (IP_V((const struct ip *)bp2)) {
191 ip = (const struct ip *)bp2;
193 ipaddr_string(ndo, &ip->ip_src), srcid,
194 ipaddr_string(ndo, &ip
[all...]
H A Dprint-udp.c37 #include "ip.h"
142 const u_int *ip = (const u_int *)hdr; local
153 ip += 2;
171 ip += 1;
188 ND_TCHECK_32BITS(ip);
189 i2 = EXTRACT_32BITS(ip);
195 ip += optlen;
201 ND_TCHECK_32BITS(ip);
202 i2 = EXTRACT_32BITS(ip);
208 ip
301 udp_cksum(netdissect_options *ndo, register const struct ip *ip, register const struct udphdr *up, register u_int len) argument
317 udpipaddr_print(netdissect_options *ndo, const struct ip *ip, int sport, int dport) argument
374 register const struct ip *ip; local
[all...]
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlibunwind-arm.S54 /* Restore pc into ip. */
60 /* Don't bother restoring ip. */
64 ldmfd sp, {ip, sp, lr}
65 bx ip
101 stmfd sp!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, fp, ip}
111 adr ip, .L1_\name
112 orr ip, ip, #1
113 bx ip
H A Dieee754-sf.S76 mvnnes ip, r2, asr #24
77 mvnnes ip, r3, asr #24
167 movs ip, r0, lsr #12
185 clz ip, r0
186 sub ip, ip, #8
187 subs r2, r2, ip
188 mov r0, r0, lsl ip
213 mvns ip, r2, asr #24
214 mvnnes ip, r
[all...]
H A Dieee754-df.S98 orrnes ip, r4, xl
99 orrnes ip, r5, yl
100 mvnnes ip, r4, asr #21
101 mvnnes ip, r5, asr #21
127 mov ip, #0x00100000
128 orr xh, ip, xh, lsr #12
135 orr yh, ip, yh, lsr #12
149 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
152 mov ip, yl, lsl lr
161 mov ip, y
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_insn.c175 uint64_t ip; local
180 ip = insn->ip + insn->size;
190 ip += iext->variant.branch.displacement;
203 *pip = ip;
247 insn->ip + isize);
318 asid, insn->ip);
354 insn.ip = begin;
356 while (insn.ip != end) {
366 errcode = pt_insn_next_ip(&insn.ip,
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dunwind-c.c129 _Unwind_Ptr landing_pad, ip; local
140 ip = (_Unwind_Ptr) ue_header;
141 _Unwind_SetGR (context, 12, ip);
161 ip = _Unwind_GetIPInfo (context, &ip_before_insn);
163 ip = _Unwind_GetIP (context);
166 --ip;
174 if ((int) ip <= 0)
184 while (--ip);
206 /* The table is sorted, so if we've passed the ip, stop. */
207 if (ip < inf
[all...]
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.c62 #include <netinet/ip.h>
192 * in response to bad packet ip.
197 struct ip *oip, *nip;
220 if (n->m_len < sizeof(struct ip) + ICMP_MINLEN)
222 oip = mtod(n, struct ip *);
255 oip = mtod(n, struct ip *);
281 oip = mtod(n, struct ip *);
294 oip = mtod(n, struct ip *);
308 if (icmplen < sizeof(struct ip))
311 if (MHLEN > sizeof(struct ip)
398 struct ip *ip = mtod(m, struct ip *); local
736 struct ip *ip = mtod(m, struct ip *); local
924 struct ip *ip = mtod(m, struct ip *); local
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_ipfw.c54 #include <netinet/ip.h>
236 struct ip *ip; local
247 if (m->m_len < sizeof(struct ip) &&
248 (m = m_pullup(m, sizeof(struct ip))) == NULL)
251 ip = mtod(m, struct ip *);
255 switch (ip->ip_v) {
268 switch (ip->ip_v) {
291 struct ip *i local
[all...]
H A Dng_vjc.c65 #include <netinet/ip.h>
82 hook_p ip; member in struct:ng_vjc_private
119 like to use a 'struct ip' type instead of a simple array of bytes. */
268 hookp = &priv->ip;
406 if (hook == priv->ip) { /* outgoing packet */
411 struct ip *ip; local
417 ip = mtod(m, struct ip *);
418 if (ip
593 struct ip *ip; local
[all...]
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_bmap.c164 struct inode *ip; local
175 ip = VTOI(vp);
198 *bnp = blkptrtodb(ump, DIP(ip, i_db[bn]));
200 *bnp = blkptrtodb(ump, ip->i_din2->di_extb[-1 - bn]);
221 if ((ip->i_flags & SF_SNAPSHOT) && DIP(ip, i_db[bn]) > 0 &&
222 DIP(ip, i_db[bn]) < ump->um_seqinc) {
225 if (ip->i_flags & SF_SNAPSHOT)
232 is_sequential(ump, DIP(ip, i_db[bn - 1]),
233 DIP(ip, i_d
358 struct inode *ip; local
[all...]
H A Dufs_dirhash.c105 static void ufsdirhash_free_locked(struct inode *ip);
190 ufsdirhash_create(struct inode *ip) argument
198 vp = ip->i_vnode;
202 if (ip->i_dirhash == NULL && ndh == NULL) {
225 dh = ip->i_dirhash;
227 ip->i_dirhash = ndh;
244 if (ip->i_dirhash != dh) {
280 ufsdirhash_acquire(struct inode *ip) argument
284 ASSERT_VOP_ELOCKED(ip->i_vnode, __FUNCTION__);
286 dh = ip
301 ufsdirhash_free(struct inode *ip) argument
345 ufsdirhash_build(struct inode *ip) argument
484 ufsdirhash_free_locked(struct inode *ip) argument
552 ufsdirhash_lookup(struct inode *ip, char *name, int namelen, doff_t *offp, struct buf **bpp, doff_t *prevoffp) argument
706 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize) argument
781 ufsdirhash_enduseful(struct inode *ip) argument
808 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) argument
849 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) argument
875 ufsdirhash_move(struct inode *ip, struct direct *dirp, doff_t oldoff, doff_t newoff) argument
898 ufsdirhash_newblk(struct inode *ip, doff_t offset) argument
927 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) argument
976 ufsdirhash_checkblock(struct inode *ip, char *buf, doff_t offset) argument
[all...]
/freebsd-12-stable/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c143 char buf[IP_MAXPACKET - sizeof(struct ip)];
326 struct ip *ip; local
385 ip = (struct ip *)data;
386 ip->ip_v = 4;
387 ip->ip_hl = sizeof(*ip) >> 2;
388 ip->ip_p = IPPROTO_ICMP;
389 ip
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c487 const BYTE* ip = istart; local
497 bitStream = FSE_readLE32(ip);
515 if (ip < iend-5)
517 ip+=2;
518 bitStream = FSE_readLE32(ip) >> bitCount;
536 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4))
538 ip += bitCount>>3;
540 bitStream = FSE_readLE32(ip) >> bitCount;
572 if ((ip <
898 const BYTE* ip = istart; local
961 const BYTE* ip = (const BYTE*) src; local
1169 const BYTE* ip = (const BYTE*) cSrc; local
1360 const BYTE* ip = (const BYTE*)src; local
1495 const BYTE* ip = (const BYTE*)src; local
1520 const BYTE* ip = istart; local
1571 const BYTE* ip = istart; local
1847 const BYTE* ip = (const BYTE*)seqStart; local
1917 const BYTE* ip = (const BYTE*)src; local
1934 const BYTE* ip = (const BYTE*)src; local
1998 const BYTE* ip = (const BYTE*)src; local
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dblockio.S65 mov ip, sp
66 stmfd sp!, {fp, ip, lr, pc}
67 sub fp, ip, #4
118 mov ip, sp
119 stmfd sp!, {fp, ip, lr, pc}
120 sub fp, ip, #4
198 ldr ip, [r0]
200 orr r3, r3, ip, lsl #16
231 ldrb ip, [r1], #0x0001
233 orr r3, r3, ip, ls
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c60 float d0, d1, d2, f, ip; local
79 d2 = modff(d1, &ip);
81 ATF_REQUIRE_EQ(ip, 0);
104 double d0, d1, d2, f, ip; local
123 d2 = modf(d1, &ip);
125 ATF_REQUIRE_EQ(ip, 0);
155 long double d0, d1, d2, f, ip; local
174 d2 = modfl(d1, &ip);
176 ATF_REQUIRE_EQ(ip, 0);
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc.sh48 local ip=$4
53 atf_check -s exit:0 rump.ifconfig $if $ip
74 local ip=$1
80 ftp -q $timeout -o ./out http://$ip/$HTML_FILE
118 atf_check -s exit:0 rump.sysctl -w -q net.inet.ip.forwarding=1
124 atf_check -s exit:0 -o match:"1" rump.sysctl -n net.inet.ip.mtudisc
141 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.maxfragpackets=0
147 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=0
165 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=1
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_subr.c77 * directory "ip". If "res" is non-zero, fill it in with a pointer to the
83 struct inode *ip; local
89 ip = VTOI(vp);
90 fs = ITOFS(ip);
92 bsize = blksize(fs, ip, lbn);
111 ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino) argument
114 if (I_IS_UFS1(ip)) {
115 *ip->i_din1 =
117 ip->i_mode = ip
[all...]
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dmodes.c204 msearch(char *str, struct termios *ip) argument
210 ip->c_cflag &= ~mp->unset;
211 ip->c_cflag |= mp->set;
216 ip->c_iflag &= ~mp->unset;
217 ip->c_iflag |= mp->set;
222 ip->c_lflag &= ~mp->unset;
223 ip->c_lflag |= mp->set;
228 ip->c_oflag &= ~mp->unset;
229 ip->c_oflag |= mp->set;
/freebsd-12-stable/contrib/ipfilter/
H A Dip_msnrpc_pxy.c91 int ippr_msnrpc_check(ip, mrh)
92 ip_t *ip;
103 if (mrh->mrh_dlen > ip->ip_len)
106 if (mrh->mrh_hint > ip->ip_len)
118 int ippr_msnrpc_out(fin, ip, aps, nat)
120 ip_t *ip;
139 if (ippr_msnrpc_check(ip, mrh))
159 int ippr_msnrpc_in(fin, ip, aps, nat)
161 ip_t *ip;
182 if (ippr_msnrpc_check(ip, mr
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Droken_gethostby.c45 make_address(const char *address, struct in_addr *ip) argument
47 if(inet_aton(address, ip) == 0){
53 ip->s_addr = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3];
133 /* Try to lookup a name or an ip-address using http as transport
201 struct in_addr ip; local
202 inet_aton(p, &ip);
203 ip.s_addr = ntohl(ip.s_addr);
205 addrs[num_addrs * 4 + 0] = (ip.s_addr >> 24) & 0xff;
206 addrs[num_addrs * 4 + 1] = (ip
[all...]
/freebsd-12-stable/lib/libc/string/
H A Dmemmem.c82 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
91 ip = -1;
95 if (n[ip + k] == n[jp + k]) {
101 } else if (n[ip + k] > n[jp + k]) {
104 p = jp - ip;
106 ip = jp++;
110 ms = ip;
114 ip = -1;
118 if (n[ip + k] == n[jp + k]) {
124 } else if (n[ip
[all...]
H A Dstrstr.c79 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
90 ip = -1;
94 if (n[ip + k] == n[jp + k]) {
100 } else if (n[ip + k] > n[jp + k]) {
103 p = jp - ip;
105 ip = jp++;
109 ms = ip;
113 ip = -1;
117 if (n[ip + k] == n[jp + k]) {
123 } else if (n[ip
[all...]

Completed in 483 milliseconds

1234567891011>>