Searched refs:ip (Results 76 - 100 of 718) sorted by relevance

1234567891011>>

/openbsd-current/lib/libc/arch/arm/string/
H A Dmemcmp.S43 /* ip == last src address to compare */
44 add ip, r0, r2
48 cmp ip, r0
/openbsd-current/sys/netinet/
H A Dip_ecn.h50 void ip_tos_patch(struct ip *, uint8_t);
H A Dip_input.c59 #include <netinet/ip.h>
253 if (*offp != sizeof(struct ip)) {
304 struct ip *ip; local
306 ip = mtod(m, struct ip *);
307 off = ip->ip_hl << 2;
308 nxt = ip->ip_p;
334 struct ip *ip; local
429 struct ip *ip; local
609 struct ip *ip; local
819 struct ip *ip; local
925 struct ip *ip; local
1163 struct ip *ip = mtod(m, struct ip *); local
1494 struct ip *ip = mtod(m, struct ip *); local
1536 struct ip *ip = mtod(m, struct ip *); local
1818 ip_savecontrol(struct inpcb *inp, struct mbuf **mp, struct ip *ip, struct mbuf *m) argument
[all...]
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_subr.c56 * directory "ip". If "res" is non-zero, fill it in with a pointer to the
60 ext2fs_bufatoff(struct inode *ip, off_t offset, char **res, struct buf **bpp) argument
68 vp = ITOV(ip);
69 fs = ip->i_e2fs;
72 if (ip->i_e2din->e2di_flags & EXT4_EXTENTS) {
77 if (ext4_ext_find_extent(fs, ip, lbn, &path) == NULL ||
86 error = bread(ip->i_devvp, fsbtodb(fs, pos), fs->e2fs_bsize, &bp);
115 ext2fs_checkoverlap(struct buf *bp, struct inode *ip) argument
129 if (vp != ip->i_devvp)
150 struct inode *ip; local
[all...]
H A Dext2fs_extents.c44 static void ext4_ext_binsearch_index(struct inode *ip, struct ext4_extent_path argument
64 ext4_ext_binsearch(struct inode *ip, struct ext4_extent_path *path, daddr_t lbn) argument
89 ext4_ext_in_cache(struct inode *ip, daddr_t lbn, struct ext4_extent *ep) argument
94 ecp = &ip->i_e2fs_ext_cache;
114 ext4_ext_put_cache(struct inode *ip, struct ext4_extent *ep, int type) argument
118 ecp = &ip->i_e2fs_ext_cache;
129 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, argument
138 vp = ITOV(ip);
139 ehp = (struct ext4_extent_header *)(char *)ip->i_e2fs_blocks;
147 ext4_ext_binsearch_index(ip, pat
[all...]
/openbsd-current/lib/libc/db/recno/
H A Drec_delete.c146 indx_t *ip, cnt, offset; local
175 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip)
176 if (ip[0] < offset)
177 ip[0] += nbytes;
178 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip)
179 ip[0] = ip[1] < offset ? ip[
[all...]
/openbsd-current/sys/ufs/ufs/
H A Dufs_quota_stub.c19 getinoquota(struct inode *ip) { argument
24 ufs_quota_alloc_blocks2(struct inode *ip, daddr_t change, argument
30 ufs_quota_free_blocks2(struct inode *ip, daddr_t change, argument
36 ufs_quota_alloc_inode2(struct inode *ip, struct ucred *cred, argument
42 ufs_quota_free_inode2(struct inode *ip, struct ucred *cred, argument
67 ufs_quota_delete(struct inode *ip) { argument
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S71 // At the time of JMP, ip := .Ldiv0block - 12 * I.
80 clz ip, r0
82 // r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3.
83 sub r3, r3, ip
85 adr ip, LOCAL_LABEL(div0block) + 1
86 sub ip, ip, r3, lsl #1
88 adr ip, LOCAL_LABEL(div0block)
90 sub ip, ip, r
[all...]
H A Daeabi_cdcmp.S54 mov ip, #APSR_C
55 msr APSR_nzcvq, ip
106 moveq ip, #0
113 moveq ip, #(APSR_C | APSR_Z)
114 movne ip, #(APSR_C)
117 msr APSR_nzcvq, ip
131 mov ip, r0
133 mov r2, ip
136 mov ip, r1
138 mov r3, ip
[all...]
/openbsd-current/regress/sys/net/pf_state/
H A Dchallenge_ack.py28 ip=IP(src=FAKE_NET_ADDR, dst=REMOTE_ADDR) variable
32 synack=sr1(ip/syn, iface=LOCAL_IF, timeout=5)
41 send(ip/ack, iface=LOCAL_IF)
48 "and tcp[tcpflags] = tcp-ack" % (ip.dst, syn.dport, ip.src, syn.sport)
51 send(ip/bogus_syn, iface=LOCAL_IF)
/openbsd-current/sys/kern/
H A Dsubr_poison.c59 uint32_t *ip = v; local
67 len = len / sizeof(*ip);
69 ip[i] = poison;
75 uint32_t *ip = v; local
83 len = len / sizeof(*ip);
85 if (ip[i] != poison) {
/openbsd-current/regress/sys/net/pf_forward/
H A DMakefile171 .for ip in SRC_OUT PF_IN PF_OUT RT_IN RT_OUT ECO_IN ECO_OUT RDR_IN RDR_OUT\
173 REGRESS_TARGETS += run-ping-${inet}-${ip}
174 run-ping-${inet}-${ip}: stamp-pfctl
175 @echo Check ping ${ip}${inet:S/inet//}:
176 .if "RPT_IN" == ${ip} || "RPT_OUT" == ${ip}
177 ping${inet:S/inet//} -n -c 1 -I ${${ip}${inet:S/inet//}}\
180 ping${inet:S/inet//} -n -c 1 ${${ip}${inet:S/inet//}}
182 .endfor # ip
184 .for ip i
[all...]
/openbsd-current/regress/sys/kern/sosplice/scapy/
H A Dscapy-delay-oobinline.py28 ip=IP(src=FAKE_NET_ADDR, dst=REMOTE_ADDR) variable
32 synack=sr1(ip/syn, iface=LOCAL_IF, timeout=5)
41 "and tcp[tcpflags] = tcp-syn" % (ip.dst, ip.src, server)
48 send(ip/ack, iface=LOCAL_IF)
61 payload_ack=sr1(ip/payload, iface=LOCAL_IF)
76 "and tcp[tcpflags] = tcp-ack|tcp-urg" % (ip.dst, ip.src, server)
83 spliced_ack=sr1(ip/spliced_synack, iface=LOCAL_IF)
107 "and tcp[tcpflags] = tcp-ack" % (ip
[all...]
H A Dscapy-delay-synack.py28 ip=IP(src=FAKE_NET_ADDR, dst=REMOTE_ADDR) variable
32 synack=sr1(ip/syn, iface=LOCAL_IF, timeout=5)
41 "and tcp[tcpflags] = tcp-syn" % (ip.dst, ip.src, server)
48 send(ip/ack, iface=LOCAL_IF)
61 payload_ack=sr1(ip/payload, iface=LOCAL_IF)
76 "and tcp[tcpflags] = tcp-ack|tcp-push" % (ip.dst, ip.src, server)
83 spliced_ack=sr1(ip/spliced_synack, iface=LOCAL_IF)
107 "and tcp[tcpflags] = tcp-ack" % (ip
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dframe-unwind.c64 struct frame_unwind_table_entry **ip; local
67 for (ip = table->osabi_head; (*ip) != NULL; ip = &(*ip)->next);
68 (*ip) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
69 (*ip)->sniffer = sniffer;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dext-2.c13 int *ip, unsigned int *up)
42 scanf ("%'d%'i%'u%'a%'A%'e%'E%'f%'F%'g%'G", ip, ip, up, fp, fp, fp, fp,
47 scanf ("%'n", ip); /* { dg-warning "flag" "bad use of ' flag" } */
54 scanf ("%Id%Ii%Iu", ip, ip, up);
66 scanf ("%In", ip); /* { dg-warning "flag" "bad use of I flag" } */
11 foo(quad_t *qp, u_quad_t *uqp, quad_t *qn, long long int *llp, unsigned long long int *ullp, float *fp, char *s, void **pp, wchar_t *ls, int *ip, unsigned int *up) argument
H A Dattr-2.c29 foo (int i, int *ip, double d) argument
35 tformatscanf ("%d", ip);
37 tformat__scanf__ ("%d", ip);
51 t__format__scanf ("%d", ip);
53 t__format____scanf__ ("%d", ip);
/openbsd-current/bin/stty/
H A Dmodes.c205 msearch(char ***argvp, struct info *ip) argument
214 ip->t.c_cflag &= ~mp->unset;
215 ip->t.c_cflag |= mp->set;
216 ip->set = 1;
221 ip->t.c_iflag &= ~mp->unset;
222 ip->t.c_iflag |= mp->set;
223 ip->set = 1;
228 ip->t.c_lflag &= ~mp->unset;
229 ip->t.c_lflag |= mp->set;
230 ip
[all...]
/openbsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c200 msearch(char ***argvp, struct info *ip) argument
209 ip->t.c_cflag &= ~mp->unset;
210 ip->t.c_cflag |= mp->set;
211 ip->set = 1;
216 ip->t.c_iflag &= ~mp->unset;
217 ip->t.c_iflag |= mp->set;
218 ip->set = 1;
223 ip->t.c_lflag &= ~mp->unset;
224 ip->t.c_lflag |= mp->set;
225 ip
[all...]
/openbsd-current/sbin/dhclient/
H A Dpacket.c49 #include <netinet/ip.h>
116 struct ip *ip; local
124 if (sizeof(*ip) > buflen)
129 ip = (struct ip *)(buf);
133 if (wrapsum(checksum((unsigned char *)ip, ip_len, 0)) != 0) {
145 memcpy(&from->sin_addr, &ip->ip_src, sizeof(from->sin_addr));
147 if (ntohs(ip->ip_len) != buflen)
148 log_debug("%s: ip lengt
[all...]
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_bmap.c60 struct iso_node *ip = VTOI(ap->a_vp); local
69 *ap->a_vpp = ip->i_devvp;
76 bshift = ip->i_mnt->im_bshift;
77 *ap->a_bnp = (ip->iso_start + lblkno) << (bshift - DEV_BSHIFT);
86 nblk = (ip->i_size >> bshift) - (lblkno + 1);
/openbsd-current/usr.bin/mandoc/
H A Ddba_read.c43 int32_t im, ip, iv, npages; local
49 for (ip = 0; ip < npages; ip++) {
50 pdata = dbm_page_get(ip);
/openbsd-current/sys/ufs/ffs/
H A Dffs_balloc.c70 ffs1_balloc(struct inode *ip, off_t startoffset, int size, struct ucred *cred, argument
84 vp = ITOV(ip);
85 fs = ip->i_fs;
101 nb = lblkno(fs, ip->i_ffs1_size);
103 osize = blksize(fs, ip, nb);
105 error = ffs_realloccg(ip, nb,
106 ffs1_blkpref(ip, nb, (int)nb, &ip->i_ffs1_db[0]),
111 ip->i_ffs1_size = lblktosize(fs, nb + 1);
112 uvm_vnp_setsize(vp, ip
404 ffs2_balloc(struct inode *ip, off_t off, int size, struct ucred *cred, int flags, struct buf **bpp) argument
827 ffs_balloc(struct inode *ip, off_t off, int size, struct ucred *cred, int flags, struct buf **bpp) argument
[all...]
H A Dffs_vnops.c185 struct inode *ip; local
196 ip = VTOI(vp);
197 mode = DIP(ip, mode);
205 if (DIP(ip, size) < ip->i_ump->um_maxsymlinklen)
210 fs = ip->i_fs;
217 if ((bytesinfile = DIP(ip, size) - uio->uio_offset) <= 0)
221 size = fs->fs_bsize; /* WAS blksize(fs, ip, lbn); */
229 if (lblktosize(fs, nextlbn) >= DIP(ip, size))
231 else if (lbn - 1 == ip
277 struct inode *ip; local
516 struct inode *ip = VTOI(vp); local
[all...]
/openbsd-current/sys/arch/sparc64/sparc64/
H A Din4_cksum.c88 #include <netinet/ip.h>
108 ipov.ih_src = mtod(m, struct ip *)->ip_src;
109 ipov.ih_dst = mtod(m, struct ip *)->ip_dst;

Completed in 270 milliseconds

1234567891011>>