Searched refs:ip (Results 201 - 225 of 1110) sorted by relevance

1234567891011>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6remoteicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a remote host. This test is
36 # 1. A change to the ip stack breaking expected probe behavior,
69 ip:::send
73 printf("1 ip:::send (");
79 ip:::receive
83 printf("2 ip:::receive (");
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_dinode.h89 #define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \
91 #define E2DI_HAS_HUGE_FILE(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \
H A Dext2_extents.h122 void ext4_ext_tree_init(struct inode *ip);
127 int ext4_ext_remove_space(struct inode *ip, off_t length, int flags,
129 int ext4_ext_get_blocks(struct inode *ip, int64_t iblock,
133 void ext4_ext_print_extent_tree_status(struct inode *ip);
H A Dext2_htree.c71 static int ext2_htree_check_next(struct inode *ip, uint32_t hash,
74 static int ext2_htree_find_leaf(struct inode *ip, const char *name,
85 static uint32_t ext2_htree_node_limit(struct inode *ip);
94 static int ext2_htree_split_dirblock(struct inode *ip,
99 static uint32_t ext2_htree_root_limit(struct inode *ip, int len);
100 static int ext2_htree_writebuf(struct inode *ip,
104 ext2_htree_has_idx(struct inode *ip) argument
106 if (EXT2_HAS_COMPAT_FEATURE(ip->i_e2fs, EXT2F_COMPAT_DIRHASHINDEX) &&
107 ip->i_flag & IN_E3INDEX)
114 ext2_htree_check_next(struct inode *ip, uint32_ argument
219 ext2_htree_root_limit(struct inode *ip, int len) argument
235 ext2_htree_node_limit(struct inode *ip) argument
250 ext2_htree_find_leaf(struct inode *ip, const char *name, int namelen, uint32_t *hash, uint8_t *hash_ver, struct ext2fs_htree_lookup_info *info) argument
343 ext2_htree_lookup(struct inode *ip, const char *name, int namelen, struct buf **bpp, int *entryoffp, doff_t *offp, doff_t *prevoffp, doff_t *endusefulp, struct ext2fs_searchslot *ss) argument
440 ext2_htree_writebuf(struct inode* ip, struct ext2fs_htree_lookup_info *info) argument
525 ext2_htree_split_dirblock(struct inode *ip, char *block1, char *block2, uint32_t blksize, uint32_t *hash_seed, uint8_t hash_version, uint32_t *split_hash, struct ext2fs_direct_2 *entry) argument
769 struct inode *ip; local
[all...]
H A Dext2_alloc.c103 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, argument
112 fs = ip->i_e2fs;
113 ump = ip->i_ump;
117 vn_printf(ip->i_devvp, "bsize = %lu, size = %d, fs = %s\n",
132 cg = ino_to_cg(fs, ip->i_number);
135 bno = (daddr_t)ext2_hashalloc(ip, cg, bpref, fs->e2fs_bsize,
139 ip->i_next_alloc_block = lbn;
140 ip->i_next_alloc_goal = bno;
142 ip->i_blocks += btodb(fs->e2fs_bsize);
143 ip
157 ext2_alloc_meta(struct inode *ip) argument
205 struct inode *ip; local
387 struct inode *ip; local
706 ext2_blkpref(struct inode *ip, e2fs_lbn_t lbn, int indx, e2fs_daddr_t *bap, e2fs_daddr_t blocknr) argument
750 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, daddr_t (*allocator) (struct inode *, int, daddr_t, int)) argument
997 ext2_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) argument
1146 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) argument
1252 ext2_zero_inode_table(struct inode *ip, int cg) argument
1303 ext2_nodealloccg(struct inode *ip, int cg, daddr_t ipref, int mode) argument
1411 ext2_blkfree(struct inode *ip, e4fs_daddr_t bno, long size) argument
[all...]
H A Dext2_bmap.c95 struct inode *ip; local
105 ip = VTOI(vp);
106 fs = ip->i_e2fs;
110 ehp = (struct ext4_extent_header *)ip->i_data;
122 error = ext4_ext_find_extent(ip, lbn, &path);
210 struct inode *ip; local
221 ip = VTOI(vp);
243 *bnp = blkptrtodb(ump, ip->i_db[bn]);
250 is_sequential(ump, ip->i_db[bn - 1], ip
341 struct inode *ip; local
[all...]
/freebsd-12-stable/sys/netpfil/pf/
H A Din4_cksum.c74 #include <netinet/ip.h>
104 if (m->m_len < sizeof(struct ip))
109 u.ipov.ih_src = mtod(m, struct ip *)->ip_src;
110 u.ipov.ih_dst = mtod(m, struct ip *)->ip_dst;
/freebsd-12-stable/sys/riscv/include/
H A Din_cksum.h46 u_int in_cksum_hdr(const struct ip *);
/freebsd-12-stable/libexec/rtld-elf/arm/
H A Drtld_start.S76 * ip = &GOT[n+3]
82 sub r1, ip, lr /* r1 = 4 * (n + 1) */
87 mov r4, ip /* save GOT location */
95 mov ip, r0 /* save new address */
98 mov pc, ip /* jump to the new address */
/freebsd-12-stable/sys/arm64/include/
H A Din_cksum.h46 u_int in_cksum_hdr(const struct ip *);
/freebsd-12-stable/usr.sbin/ppp/
H A Diplist.h32 struct in_addr ip; member in struct:iplist_cur
/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c93 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, argument
96 struct fs *fs = ip->i_fs;
110 cg = ino_to_cg(fs, ip->i_number);
113 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
115 if (ip->i_fs->fs_magic == FS_UFS1_MAGIC)
116 ip->i_ffs1_blocks += size / DEV_BSIZE;
118 ip->i_ffs2_blocks += size / DEV_BSIZE;
154 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
160 fs = ip->i_fs;
163 cg = ino_to_cg(fs, ip
193 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) argument
245 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, daddr_t (*allocator)(struct inode *, int, daddr_t, int)) argument
294 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) argument
380 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) argument
429 ffs_blkfree(struct inode *ip, daddr_t bno, long size) argument
[all...]
H A Dufs_bmap.c71 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) argument
79 lognindir = ffs(NINDIR(ip->i_fs)) - 1;
130 off = (bn >> lbc) & (NINDIR(ip->i_fs) - 1);
H A Dufs_bswap.h46 #define UFS_IPNEEDSWAP(ip) UFS_MPNEEDSWAP(ITOV(ip)->v_mount)
50 #define UFS_IPNEEDSWAP(ip) (0)
/freebsd-12-stable/lib/libc/arm/gen/
H A Dsetjmp.S96 ldr ip, .Lsetjmp_magic
97 teq r2, ip
109 add ip, r0, #(_JB_REG_D8 * 4)
110 vldmia ip, {d8-d15}
111 ldr ip, [r0, #(_JB_REG_FPSCR * 4)]
112 vmsr fpscr, ip
/freebsd-12-stable/stand/libsa/
H A Dbootparam.c375 int32_t *ip; local
387 ip = xi->addr;
393 *ip++ = htonl((unsigned int)*cp++);
394 *ip++ = htonl((unsigned int)*cp++);
395 *ip++ = htonl((unsigned int)*cp++);
396 *ip++ = htonl((unsigned int)*cp++);
406 int32_t *ip; local
422 ip = xi->addr;
428 *cp++ = ntohl(*ip++);
429 *cp++ = ntohl(*ip
[all...]
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.c127 iser_conn_pdu_get_data(struct icl_conn *ic, struct icl_pdu *ip, argument
131 if (ip->ip_data_mbuf)
132 memcpy(addr, ip->ip_data_mbuf + off, len);
142 struct icl_pdu *ip; local
152 ip = &iser_pdu->icl_pdu;
153 ip->ip_conn = ic;
154 ip->ip_bhs = &iser_pdu->desc.iscsi_header;
156 return (ip);
166 iser_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) argument
168 struct icl_iser_pdu *iser_pdu = icl_to_iser_pdu(ip);
189 iser_conn_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) argument
217 iser_conn_pdu_queue(struct icl_conn *ic, struct icl_pdu *ip) argument
443 iser_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, struct ccb_scsiio *csio, uint32_t *task_tagp, void **prvp) argument
458 struct icl_pdu *ip = prv; local
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c55 #include <netinet/ip.h>
78 #define L3HDR(T, ip) ((T *)((u_int32_t *)(ip) + (ip)->ip_hl))
103 u_short offset, uint32_t tablearg, struct ip *ip)
116 if (ip->ip_v == 4)
119 else if (ip->ip_v == 6)
284 if (hlen == 0) { /* non-ip */
315 ip6 = (struct ip6_hdr *)ip;
101 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif, u_short offset, uint32_t tablearg, struct ip *ip) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c481 const BYTE* ip = (const BYTE*) source; local
484 const BYTE* const lowRefLimit = ip - cctx->dictSize;
489 const BYTE* const iend = ip + inputSize;
520 LZ4_putPosition(ip, cctx->hashTable, tableType, base);
521 ip++; forwardH = LZ4_hashPosition(ip, tableType);
530 { const BYTE* forwardIp = ip;
535 ip = forwardIp;
551 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
554 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip))
739 const BYTE* ip = (const BYTE*) src; local
1115 const BYTE* ip = (const BYTE*) source; local
[all...]
/freebsd-12-stable/sys/netipsec/
H A Dxform_tcp.c54 #include <netinet/ip.h>
138 struct ip *ip; local
140 ip = mtod(m, struct ip *);
141 ipp.ippseudo_src.s_addr = ip->ip_src.s_addr;
142 ipp.ippseudo_dst.s_addr = ip->ip_dst.s_addr;
145 ipp.ippseudo_len = htons(m->m_pkthdr.len - (ip->ip_hl << 2));
147 return (ip->ip_hl << 2);
225 struct ip *i local
[all...]
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Darmv4cpuid.S54 eor ip,ip,ip
64 strb ip,[r0],#1
71 strb ip,[r0],#1
75 str ip,[r0],#4
94 eor ip,ip,ip
103 orr ip,i
[all...]
/freebsd-12-stable/crypto/openssl/crypto/
H A Darmv4cpuid.pl73 eor ip,ip,ip
83 strb ip,[r0],#1
90 strb ip,[r0],#1
94 str ip,[r0],#4
113 eor ip,ip,ip
122 orr ip,i
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_alloc.c104 typedef ufs2_daddr_t allocfcn_t(struct inode *ip, u_int cg, ufs2_daddr_t bpref,
149 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp)
150 struct inode *ip;
166 ump = ITOUMP(ip);
183 error = chkdq(ip, btodb(size), cred, 0);
196 cg = ino_to_cg(fs, ip->i_number);
199 bno = ffs_hashalloc(ip, cg, bpref, size, size, ffs_alloccg);
202 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) + delta);
204 ip
551 struct inode *ip; local
817 struct inode *ip; local
1097 struct inode *ip; local
2027 getinobuf(struct inode *ip, u_int cg, u_int32_t cginoblk, int gbflags) argument
3145 struct inode *ip, *dp; local
3546 struct inode *ip; local
[all...]
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipftest.c76 ip_t *ip; local
207 ip = MTOD(m, ip_t *);
208 ifp = get_unit(iface, IP_V(ip));
210 if (IP_V(ip) == 4) {
212 fixv4sums(m, ip);
213 hlen = IP_HL(ip) << 2;
215 dir = !(sip.s_addr == ip->ip_src.s_addr);
226 i = ipf_check(softc, ip, hlen, ifp, dir, &m);
282 if (dir && (ifp != NULL) && IP_V(ip) && (m != NULL))
648 void fixv4sums(m, ip)
711 ip_fillid(struct ip *ip) argument
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Din_cksum.c50 #include <netinet/ip.h>
147 u_int in_cksum_hdr(const struct ip *ip) argument
149 u_int64_t sum = do_cksum(ip, sizeof(struct ip));

Completed in 307 milliseconds

1234567891011>>