Searched refs:ip (Results 126 - 150 of 718) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/npppd/npppd/
H A Dnpppd_subr.h40 int ip_is_idle_packet (const struct ip *, int);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dlibunwind.S47 /* Restore pc into ip. */
53 /* Don't bother restoring ip. */
57 ldmfd sp, {ip, sp, lr}
58 bx ip
86 stmfd sp!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, fp, ip}
96 adr ip, .L1_\name
97 orr ip, ip, #1
98 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...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-igrp.c30 #include <netinet/ip.h>
82 struct ip *ip; local
87 ip = (struct ip *)bp2;
90 ipaddr_string(&ip->ip_src),
91 ipaddr_string(&ip->ip_dst));
/openbsd-current/gnu/gcc/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...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dintr.c193 struct intr_prereg *ip; local
196 ip = malloc(sizeof(struct intr_prereg), M_DEVBUF, M_ZERO | M_WAITOK);
197 ip->ip_phandle = ic->ic_phandle;
199 ip->ip_cell[i] = cell[i];
200 ip->ip_level = level;
201 ip->ip_ci = ci;
202 ip->ip_func = func;
203 ip->ip_arg = arg;
204 ip->ip_name = name;
205 LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_lis
213 struct intr_prereg *ip = cookie; local
228 struct intr_prereg *ip = cookie; local
270 struct intr_prereg *ip, *tip; local
[all...]
/openbsd-current/sys/netinet/
H A Dip_ipip.c60 #include <netinet/ip.h>
141 struct ip *ip; local
154 hlen = sizeof(struct ip);
177 ip = mtod(m, struct ip *);
178 otos = ip->ip_tos;
192 ip = NULL;
199 hlen = sizeof(struct ip);
239 ip
[all...]
H A Digmp.c90 #include <netinet/ip.h>
223 struct ip *ip = mtod(m, struct ip *); local
233 igmplen = ntohs(ip->ip_len) - iphlen;
263 ip = mtod(m, struct ip *);
282 if (ip->ip_dst.s_addr != INADDR_ALLHOSTS_GROUP) {
307 if (!IN_MULTICAST(ip->ip_dst.s_addr)) {
330 (ip
601 struct ip *ip; local
[all...]
H A Dipsec_output.c36 #include <netinet/ip.h>
84 struct ip *ip; local
168 hlen = sizeof(struct ip);
186 ip = mtod(m, struct ip *);
192 setdf = ip->ip_off & htons(IP_DF);
207 (tdb->tdb_dst.sin.sin_addr.s_addr != ip->ip_dst.s_addr)) ||
217 if (m->m_len < sizeof(struct ip))
219 sizeof(struct ip)))
397 struct ip *ip; local
[all...]
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_alloc.c80 ext2fs_alloc(struct inode *ip, u_int32_t lbn, u_int32_t bpref, argument
88 fs = ip->i_e2fs;
100 cg = ino_to_cg(fs, ip->i_number);
103 bno = ext2fs_hashalloc(ip, cg, bpref, fs->e2fs_bsize, ext2fs_alloccg);
105 ip->i_e2fs_nblock += btodb(fs->e2fs_bsize);
106 ip->i_flag |= IN_CHANGE | IN_UPDATE;
137 struct inode *ip; local
160 ip = VTOI(*vpp);
161 if (ip->i_e2fs_mode && ip
220 ext2fs_blkpref(struct inode *ip, u_int32_t lbn, int baps, u_int32_t *bap) argument
263 ext2fs_hashalloc(struct inode *ip, int cg, u_int32_t pref, int size, u_int32_t (*allocator)(struct inode *, int, u_int32_t, int)) argument
312 ext2fs_alloccg(struct inode *ip, int cg, u_int32_t bpref, int size) argument
393 ext2fs_nodealloccg(struct inode *ip, int cg, ufsino_t ipref, int mode) argument
460 ext2fs_blkfree(struct inode *ip, u_int32_t bno) argument
[all...]
/openbsd-current/sys/ufs/ufs/
H A Dufs_quota.c151 getinoquota(struct inode *ip) argument
154 struct vnode *vp = ITOV(ip);
157 ump = ip->i_ump;
162 if (ip->i_dquot[USRQUOTA] == NODQUOT &&
164 dqget(vp, DIP(ip, uid), ump, USRQUOTA, &ip->i_dquot[USRQUOTA])) &&
171 if (ip->i_dquot[GRPQUOTA] == NODQUOT &&
173 dqget(vp, DIP(ip, gid), ump, GRPQUOTA, &ip->i_dquot[GRPQUOTA])) &&
183 ufs_quota_alloc_blocks2(struct inode *ip, daddr_ argument
224 ufs_quota_free_blocks2(struct inode *ip, daddr_t change, struct ucred *cred, enum ufs_quota_flags flags) argument
262 chkdqchg(struct inode *ip, long change, struct ucred *cred, int type) argument
312 ufs_quota_alloc_inode2(struct inode *ip, struct ucred *cred, enum ufs_quota_flags flags) argument
349 ufs_quota_free_inode2(struct inode *ip, struct ucred *cred, enum ufs_quota_flags flags) argument
382 chkiqchg(struct inode *ip, long change, struct ucred *cred, int type) argument
434 chkdquot(struct inode *ip) argument
561 struct inode *ip; local
1020 ufs_quota_delete(struct inode *ip) argument
[all...]
H A Dufs_dirhash.c100 * inode 'ip'. Returns 0 on success, or -1 of the operation failed.
103 ufsdirhash_build(struct inode *ip) argument
113 if (ip->i_dirhash == NULL) {
114 if (DIP(ip, size) < ufs_mindirhashsize)
118 if (DIP(ip, size) < ufs_mindirhashsize ||
120 ufsdirhash_free(ip);
124 if (ip->i_dirhash->dh_hash != NULL)
127 ufsdirhash_free(ip);
131 if (ip->i_effnlink == 0)
134 vp = ip
262 ufsdirhash_free(struct inode *ip) argument
310 ufsdirhash_lookup(struct inode *ip, char *name, int namelen, doff_t *offp, struct buf **bpp, doff_t *prevoffp) argument
479 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize) argument
561 ufsdirhash_enduseful(struct inode *ip) argument
594 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) argument
639 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) argument
671 ufsdirhash_move(struct inode *ip, struct direct *dirp, doff_t oldoff, doff_t newoff) argument
700 ufsdirhash_newblk(struct inode *ip, doff_t offset) argument
736 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) argument
792 ufsdirhash_checkblock(struct inode *ip, char *buf, doff_t offset) argument
[all...]
/openbsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c85 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, argument
88 struct fs *fs = ip->i_fs;
102 cg = ino_to_cg(fs, ip->i_number);
105 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
107 DIP_ADD(ip, blocks, size / DEV_BSIZE);
143 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
149 fs = ip->i_fs;
152 cg = ino_to_cg(fs, ip->i_number);
161 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
181 ffs_blkpref_ufs2(struct inode *ip, daddr_ argument
232 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, daddr_t (*allocator)(struct inode *, int, daddr_t, int)) argument
281 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) argument
365 ffs_alloccgblk(struct inode *ip, struct mkfsbuf *bp, daddr_t bpref) argument
[all...]
/openbsd-current/lib/libc/string/
H A Dstrstr.c69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
79 ip = -1; jp = 0; k = p = 1;
81 if (n[ip+k] == n[jp+k]) {
86 } else if (n[ip+k] > n[jp+k]) {
89 p = jp - ip;
91 ip = jp++;
95 ms = ip;
99 ip = -1; jp = 0; k = p = 1;
101 if (n[ip+k] == n[jp+k]) {
106 } else if (n[ip
[all...]
H A Dmemmem.c72 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
81 ip = -1; jp = 0; k = p = 1;
83 if (n[ip+k] == n[jp+k]) {
88 } else if (n[ip+k] > n[jp+k]) {
91 p = jp - ip;
93 ip = jp++;
97 ms = ip;
101 ip = -1; jp = 0; k = p = 1;
103 if (n[ip+k] == n[jp+k]) {
108 } else if (n[ip
[all...]
/openbsd-current/sys/ufs/ffs/
H A Dffs_subr.c53 * directory "ip". If "res" is non-zero, fill it in with a pointer to the
57 ffs_bufatoff(struct inode *ip, off_t offset, char **res, struct buf **bpp) argument
65 vp = ITOV(ip);
66 fs = ip->i_fs;
68 bsize = blksize(fs, ip, lbn);
124 ffs_checkoverlap(struct buf *bp, struct inode *ip) argument
138 if (vp != ip->i_devvp)
256 struct inode *ip; local
261 ip = VTOI(vp);
262 switch(vp->v_type = IFTOVT(DIP(ip, mod
[all...]
H A Dffs_inode.c66 ffs_update(struct inode *ip, int waitfor) argument
73 vp = ITOV(ip);
76 if ((ip->i_flag & IN_MODIFIED) == 0 && waitfor == 0)
79 ip->i_flag &= ~(IN_MODIFIED | IN_LAZYMOD);
80 fs = ip->i_fs;
87 ip->i_din1->di_ouid = ip->i_ffs1_uid;
88 ip->i_din1->di_ogid = ip->i_ffs1_gid;
91 error = bread(ip
404 ffs_indirtrunc(struct inode *ip, daddr_t lbn, daddr_t dbn, daddr_t lastbn, int level, long *countp) argument
[all...]
/openbsd-current/sys/miscfs/fuse/
H A Dfuse_vnops.c174 struct fusefs_node *ip = VTOI(vp); local
185 kn->kn_data = ip->filesize - foffset(kn->kn_fp);
239 struct fusefs_node *ip; local
249 ip = VTOI(vp);
250 fmp = (struct fusefs_mnt *)ip->ufs_ino.i_ump;
276 if (ip->fufh[fufh_type].fh_type != FUFH_INVALID)
284 error = fusefs_file_open(fmp, ip, fufh_type, flags, isdir, ap->a_p);
293 struct fusefs_node *ip; local
300 ip = VTOI(ap->a_vp);
301 fmp = (struct fusefs_mnt *)ip
350 struct fusefs_node *ip; local
406 struct fusefs_node *ip; local
480 struct fusefs_node *ip = VTOI(vp); local
630 struct fusefs_node *ip; local
752 struct fusefs_node *ip; local
832 struct fusefs_node *ip = VTOI(vp); local
876 struct fusefs_node *ip; local
918 struct fusefs_node *ip = VTOI(vp); local
964 struct fusefs_node *ip = VTOI(vp); local
983 struct fusefs_node *ip; local
1042 struct fusefs_node *ip; local
1106 struct fusefs_node *ip; local
1160 struct fusefs_node *ip; local
1233 struct fusefs_node *ip, *dp; local
1358 struct fusefs_node *ip; local
1417 struct fusefs_node *ip, *dp; local
1476 struct fusefs_node *ip; local
1555 struct fusefs_node *ip = VTOI(ap->a_vp); local
1567 struct fusefs_node *ip; local
[all...]
/openbsd-current/usr.sbin/spamdb/
H A Dspamdb.c47 dbupdate(DB *db, char *ip, int add, int type) argument
61 if (getaddrinfo(ip, NULL, &hints, &res) != 0) {
62 warnx("invalid ip address %s", ip);
68 dbk.size = strlen(ip);
69 dbk.data = ip;
79 if (memcmp(ip, dbk.data, len) == 0 &&
80 ip[len] == '\0')
92 warnx("no entry for %s", ip);
125 if (strchr(ip, '
[all...]
/openbsd-current/bin/stty/
H A Dcchar.c89 csearch(char ***argvp, struct info *ip) argument
113 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE;
125 ip->t.c_cc[cp->sub] = val;
127 ip->t.c_cc[cp->sub] = (arg[1] == '?') ? 0177 :
130 ip->t.c_cc[cp->sub] = arg[0];
131 ip->set = 1;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c95 _Unwind_Ptr landing_pad, ip; local
113 ip = _Unwind_GetIP (context) - 1;
121 if ((int) ip <= 0)
131 while (--ip);
153 /* The table is sorted, so if we've passed the ip, stop. */
154 if (ip < info.Start + cs_start)
156 else if (ip < info.Start + cs_start + cs_len)
/openbsd-current/usr.sbin/dhcpd/
H A Dpfutils.c96 pf_change_table(fd, 1, cmd.ip, abandoned_tab);
97 pf_change_table(fd, 0, cmd.ip, leased_tab);
98 pf_kill_state(fd, cmd.ip);
107 pf_change_table(fd, 0, cmd.ip, abandoned_tab);
108 pf_change_table(fd, 0, cmd.ip, changedmac_tab);
117 pf_change_table(fd, 0, cmd.ip, abandoned_tab);
118 pf_change_table(fd, 1, cmd.ip, leased_tab);
127 pf_change_table(fd, 0, cmd.ip, leased_tab);
140 pf_change_table(int fd, int op, struct in_addr ip, char *table) argument
156 memcpy(&addr.pfra_ip4addr, &ip,
168 pf_kill_state(int fd, struct in_addr ip) argument
[all...]
/openbsd-current/sys/netmpls/
H A Dmpls_input.c31 #include <netinet/ip.h>
303 struct ip *ip; local
307 if (m->m_len < sizeof(*ip)) {
308 m = m_pullup(m, sizeof(*ip));
312 ip = mtod(m, struct ip *);
314 old = htons(ip->ip_ttl << 8);
316 x = ip->ip_sum + old - new;
318 ip
354 struct ip *ip; local
[all...]
/openbsd-current/regress/sys/net/pf_fragment/
H A Dping_mtu_1300.py12 ip=hdr/payload variable
13 eth=Ether(src=SRC_MAC, dst=PF_MAC)/ip

Completed in 164 milliseconds

1234567891011>>