Searched refs:ip (Results 301 - 325 of 1110) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-dccp.c24 #include "ip.h"
200 static int dccp_cksum(netdissect_options *ndo, const struct ip *ip, argument
203 return nextproto4_cksum(ndo, ip, (const uint8_t *)(const void *)dh, len,
266 * @len - lenght of ip packet
272 const struct ip *ip; local
282 ip = (const struct ip *)data2;
283 if (IP_V(ip)
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c1212 const BYTE* ip = istart; local
1222 bitStream = MEM_readLE32(ip);
1237 if (ip < iend-5) {
1238 ip+=2;
1239 bitStream = MEM_readLE32(ip) >> bitCount;
1253 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
1254 ip += bitCount>>3;
1256 bitStream = MEM_readLE32(ip) >> bitCount;
1282 if ((ip <
1311 const BYTE* ip = (const BYTE*) src; local
1672 const BYTE* ip = istart; local
1903 const BYTE* ip = (const BYTE*) cSrc; local
2026 const BYTE* ip = (const BYTE*) cSrc; local
2315 const BYTE* ip = (const BYTE*) cSrc; local
2437 const BYTE* ip = (const BYTE*) cSrc; local
2777 const BYTE* ip = (const BYTE*)src; local
3150 const BYTE* ip = (const BYTE*)src; local
3448 const BYTE* ip = istart; local
3665 const BYTE* ip = (const BYTE*)seqStart; local
3738 const BYTE* ip = (const BYTE*)src; local
3788 const BYTE* ip = (const BYTE*)src; local
3898 const BYTE* ip = (const BYTE*)src; local
3991 const BYTE* const ip = (const BYTE*)src; local
4363 const char* ip = istart; local
[all...]
H A Dzstd_v05.c508 const BYTE* ip = (const BYTE*)src; local
512 COPY8(op, ip)
1284 const BYTE* ip = istart; local
1294 bitStream = MEM_readLE32(ip);
1309 if (ip < iend-5) {
1310 ip+=2;
1311 bitStream = MEM_readLE32(ip) >> bitCount;
1325 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
1326 ip
1506 const BYTE* ip = istart; local
1797 const BYTE* ip = (const BYTE*) src; local
1980 const BYTE* ip = (const BYTE*) cSrc; local
2089 const BYTE* ip = (const BYTE*) cSrc; local
2363 const BYTE* ip = (const BYTE*) cSrc; local
2472 const BYTE* ip = (const BYTE*) cSrc; local
2996 const BYTE* ip = istart; local
3295 const BYTE* ip = (const BYTE*)seqStart; local
3376 const BYTE* ip = (const BYTE*)src; local
3406 const BYTE* ip = (const BYTE*)src; local
3510 const BYTE* ip = (const BYTE*)src; local
3851 const char* ip = istart; local
[all...]
H A Dzstd_v06.c543 const BYTE* ip = (const BYTE*)src; local
547 COPY8(op, ip)
1268 const BYTE* ip = istart; local
1278 bitStream = MEM_readLE32(ip);
1293 if (ip < iend-5) {
1294 ip+=2;
1295 bitStream = MEM_readLE32(ip) >> bitCount;
1309 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
1310 ip
1652 const BYTE* ip = istart; local
1859 const BYTE* ip = (const BYTE*) src; local
2118 const BYTE* ip = (const BYTE*) cSrc; local
2227 const BYTE* ip = (const BYTE*) cSrc; local
2495 const BYTE* ip = (const BYTE*) cSrc; local
2603 const BYTE* ip = (const BYTE*) cSrc; local
2981 const BYTE* ip = (const BYTE*)src; local
3222 const BYTE* ip = istart; local
3442 const BYTE* ip = (const BYTE*)seqStart; local
3527 const BYTE* ip = (const BYTE*)src; local
3556 const BYTE* ip = (const BYTE*)src; local
3659 const BYTE* ip = (const BYTE*)src; local
3990 const char* ip = istart; local
[all...]
H A Dzstd_v04.c444 const BYTE* ip = (const BYTE*)src; local
448 COPY8(op, ip)
1212 const BYTE* ip = istart; local
1222 bitStream = MEM_readLE32(ip);
1240 if (ip < iend-5)
1242 ip+=2;
1243 bitStream = MEM_readLE32(ip) >> bitCount;
1261 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4))
1263 ip
1457 const BYTE* ip = istart; local
1749 const BYTE* ip = (const BYTE*) src; local
2016 const BYTE* ip = (const BYTE*) cSrc; local
2374 const BYTE* ip = (const BYTE*) cSrc; local
2667 const BYTE* ip = (const BYTE*)src; local
2740 const BYTE* ip = istart; local
3005 const BYTE* ip = (const BYTE*)seqStart; local
3089 const BYTE* ip = (const BYTE*)src; local
3106 const BYTE* ip = (const BYTE*)src; local
3182 const BYTE* ip = (const BYTE*)src; local
3445 const char* ip = istart; local
[all...]
H A Dzstd_v02.c1172 const BYTE* ip = istart; local
1182 bitStream = MEM_readLE32(ip);
1200 if (ip < iend-5)
1202 ip+=2;
1203 bitStream = MEM_readLE32(ip) >> bitCount;
1221 if ((ip <= iend-7) || (ip + (bitCount>>3) <= iend-4))
1223 ip += bitCount>>3;
1225 bitStream = MEM_readLE32(ip) >> bitCount;
1257 if ((ip <
1412 const BYTE* ip = istart; local
1537 const BYTE* ip = (const BYTE*) src; local
1619 const BYTE* ip = (const BYTE*) src; local
1806 const BYTE* ip = (const BYTE*) cSrc; local
1926 const BYTE* ip = (const BYTE*) src; local
2168 const BYTE* ip = (const BYTE*) cSrc; local
2262 const BYTE* ip = (const BYTE*) src; local
2525 const BYTE* ip = (const BYTE*) cSrc; local
2741 const BYTE* ip = (const BYTE*)src; local
2836 const BYTE* ip = (const BYTE*)src; local
2909 const BYTE* ip = istart; local
3162 const BYTE* ip = (const BYTE*)seqStart; local
3233 const BYTE* ip = (const BYTE*)src; local
3247 const BYTE* ip = (const BYTE*)src; local
3312 const BYTE* ip = (const BYTE*)src; local
[all...]
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_acl.c57 ext2_sync_acl_from_inode(struct inode *ip, struct acl *acl) argument
73 ACL_USER_OBJ, ip->i_mode);
84 ACL_OTHER, ip->i_mode);
110 ACL_GROUP_OBJ, ip->i_mode);
116 ip->i_mode);
121 ext2_sync_inode_from_acl(struct acl *acl, struct inode *ip) argument
124 ip->i_mode &= ACL_PRESERVE_MASK;
125 ip->i_mode |= acl_posix1e_acl_to_mode(acl);
354 struct inode *ip = VTOI(ap->a_vp); local
393 if (ip
[all...]
H A Dext2_vfsops.c731 struct inode *ip; local
802 ip = VTOI(vp);
803 error = bread(devvp, fsbtodb(fs, ino_to_fsba(fs, ip->i_number)),
813 EXT2_INODE_SIZE(fs) * ino_to_fsbo(fs, ip->i_number)), ip);
1121 struct inode *ip; local
1141 ip = VTOI(vp);
1142 if ((ip->i_flag &
1195 struct inode *ip; local
1209 ip
1312 struct inode *ip; local
[all...]
/freebsd-12-stable/sys/netinet/
H A Digmp.c83 #include <netinet/ip.h>
106 static int igmp_input_v1_query(struct ifnet *, const struct ip *,
108 static int igmp_input_v2_query(struct ifnet *, const struct ip *,
110 static int igmp_input_v3_query(struct ifnet *, const struct ip *,
114 static int igmp_input_v1_report(struct ifnet *, /*const*/ struct ip *,
116 static int igmp_input_v2_report(struct ifnet *, /*const*/ struct ip *,
693 igmp_input_v1_query(struct ifnet *ifp, const struct ip *ip, argument
707 if (!in_allhosts(ip->ip_dst) || !in_nullhost(igmp->igmp_group)) {
778 igmp_input_v2_query(struct ifnet *ifp, const struct ip *i argument
930 igmp_input_v3_query(struct ifnet *ifp, const struct ip *ip, struct igmpv3 *igmpv3) argument
1196 igmp_input_v1_report(struct ifnet *ifp, struct ip *ip, struct igmp *igmp) argument
1307 igmp_input_v2_report(struct ifnet *ifp, struct ip *ip, struct igmp *igmp) argument
1418 struct ip *ip; local
2185 struct ip *ip; local
3482 struct ip *ip; local
[all...]
H A Dip_id.c93 #include <netinet/ip.h>
109 static MALLOC_DEFINE(M_IPID, "ipid", "randomized ip id state");
243 ip_fillid(struct ip *ip) argument
252 if (V_ip_rfc6864 && (ip->ip_off & htons(IP_DF)) == htons(IP_DF))
253 ip->ip_id = 0;
255 ip->ip_id = ip_randomid();
272 ip->ip_id = htons((*(uint64_t *)zpcpu_get(V_ip_id)) & 0xffff);
/freebsd-12-stable/sys/fs/nandfs/
H A Dbmap.c71 struct nandfs_inode *ip; local
79 ip = &node->nn_inode;
89 *vblk = ip->i_db[lblk];
93 DPRINTF(BMAP, ("%s: node %p lblk=%jx trying ip->i_ib[%x]\n", __func__,
95 daddr = ip->i_ib[ap->in_off];
183 struct nandfs_inode *ip; local
193 ip = &node->nn_inode;
208 ip->i_db[lblk] = vblk;
219 ip->i_ib[ap->in_off] = vblk;
224 daddr = ip
403 struct nandfs_inode *ip; local
[all...]
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c81 #include <netinet/ip.h>
197 struct ip *ip = NULL; /* Keep compiler happy. */ local
299 ip = (struct ip *)(eh + 1);
300 th = (struct tcphdr *)(ip + 1);
301 drop_hdrlen = sizeof(*ip);
302 iptos = ip->ip_tos;
303 tlen = ntohs(ip->ip_len) - sizeof(struct ip);
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c714 } ip; member in struct:swrap_packet
746 if (sizeof(p.ip.hdr) != SWRAP_PACKET__IP_HDR_SIZE) {
749 if (sizeof(p.ip.p.tcp) != SWRAP_PACKET__IP_P_TCP_SIZE) {
752 if (sizeof(p.ip.p.udp) != SWRAP_PACKET__IP_P_UDP_SIZE) {
755 if (sizeof(p.ip.p.icmp) != SWRAP_PACKET__IP_P_ICMP_SIZE) {
797 wire_hdr_len = sizeof(packet->ip.hdr) + sizeof(packet->ip.p.tcp);
803 wire_hdr_len = sizeof(packet->ip.hdr) + sizeof(packet->ip.p.udp);
814 icmp_hdr_len = sizeof(packet->ip
[all...]
/freebsd-12-stable/sys/i386/i386/
H A Dperfmon.c340 int *ip; local
364 ip = (int *)param;
365 rv = perfmon_start(*ip);
372 ip = (int *)param;
373 rv = perfmon_stop(*ip);
380 ip = (int *)param;
381 rv = perfmon_reset(*ip);
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c124 ip2str(in_addr_t ip) argument
129 ((ip >> 24) & 0xff),
130 ((ip >> 16) & 0xff),
131 ((ip >> 8) & 0xff),
132 (ip & 0xff));
157 in_addr_t ip, mask; local
159 ip = mask = flags = vmask = 0;
167 ip = g_gate_str2ip(strsep(&word, "/"));
168 if (ip == INADDR_NONE) {
172 ip
378 in_addr_t ip; local
448 in_addr_t ip; local
488 in_addr_t ip; local
841 in_addr_t ip; local
[all...]
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c594 ng_l2cap_l2ca_con_ind_ip *ip = NULL; local
600 if (msg->header.arglen != sizeof(*ip))
603 ip = (ng_l2cap_l2ca_con_ind_ip *)(msg->data);
611 ip->bdaddr.b[5], ip->bdaddr.b[4], ip->bdaddr.b[3],
612 ip->bdaddr.b[2], ip->bdaddr.b[1], ip->bdaddr.b[0],
613 ip
957 ng_l2cap_l2ca_cfg_ind_ip *ip = NULL; local
1099 ng_l2cap_l2ca_discon_ind_ip *ip = NULL; local
1229 ng_l2cap_l2ca_con_ip *ip = NULL; local
1265 ng_l2cap_l2ca_con_rsp_ip *ip = NULL; local
1299 ng_l2cap_l2ca_cfg_ip *ip = NULL; local
1335 ng_l2cap_l2ca_cfg_rsp_ip *ip = NULL; local
1370 ng_l2cap_l2ca_discon_ip *ip = NULL; local
[all...]
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_util.c57 #include <netinet/ip.h>
100 IpChecksum(struct ip *pip)
108 TcpChecksum(struct ip *pip)
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_disasm.c1232 const struct inst * ip; local
1312 ip = &db_inst_table[inst];
1313 while (ip->i_size == ESC) {
1315 ip = ((const struct inst * const *)ip->i_extra)[inst>>4];
1316 if (ip == NULL) {
1317 ip = &db_bad_inst;
1320 ip = &ip[inst&0xf];
1324 if (ip
[all...]
/freebsd-12-stable/tools/tools/net80211/w00t/redir/
H A Dbuddy.c34 #include <netinet/ip.h>
55 struct ip *ih;
61 ih = (struct ip*) buf;
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c244 encoder->pos = pt_encode_int(pos, packet->ip, size);
310 return pt_encode_ip(encoder, pt_opc_fup, &packet->payload.ip);
313 return pt_encode_ip(encoder, pt_opc_tip, &packet->payload.ip);
317 &packet->payload.ip);
321 &packet->payload.ip);
573 ext = packet->payload.exstop.ip ?
671 if (packet->payload.ptw.ip)
717 int pt_encode_tip(struct pt_encoder *encoder, uint64_t ip, argument
723 packet.payload.ip.ip
751 pt_encode_tip_pge(struct pt_encoder *encoder, uint64_t ip, enum pt_ip_compression ipc) argument
763 pt_encode_tip_pgd(struct pt_encoder *encoder, uint64_t ip, enum pt_ip_compression ipc) argument
775 pt_encode_fup(struct pt_encoder *encoder, uint64_t ip, enum pt_ip_compression ipc) argument
[all...]
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c882 irp *ip; local
884 ip = IoBuildAsynchronousFsdRequest(func, dobj, buf, len, off, status);
885 if (ip == NULL)
887 ip->irp_usrevent = event;
889 return (ip);
901 irp *ip; local
904 ip = IoAllocateIrp(dobj->do_stacksize, TRUE);
905 if (ip == NULL)
908 ip->irp_usriostat = status;
909 ip
968 irp *ip; local
1066 IoMakeAssociatedIrp(irp *ip, uint8_t stsize) argument
1129 IoCancelIrp(irp *ip) argument
1173 IofCompleteRequest(irp *ip, uint8_t prioboost) argument
[all...]
/freebsd-12-stable/contrib/bc/src/
H A Dprogram.c435 BcInstPtr ip; local
474 ip.func = BC_PROG_READ;
475 ip.idx = 0;
476 ip.len = p->results.len;
482 bc_vec_push(&p->stack, &ip);
1069 BcInstPtr ip; local
1077 ip.idx = 0;
1078 ip.func = bc_program_index(code, idx);
1079 f = bc_vec_item(&p->fns, ip.func);
1084 ip
1140 BcInstPtr *ip = bc_vec_top(&p->stack); local
1491 BcInstPtr ip; local
1638 BcInstPtr *ip; local
1727 BcInstPtr ip; local
1797 BcInstPtr *ip; local
1826 BcInstPtr *ip = bc_vec_top(&p->stack); local
2337 BcInstPtr ip; local
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c158 softdep_setup_inomapdep(bp, ip, newinum, mode)
160 struct inode *ip;
181 softdep_setup_allocdirect(ip, lbn, newblkno, oldblkno, newsize, oldsize, bp)
182 struct inode *ip;
195 softdep_setup_allocext(ip, lbn, newblkno, oldblkno, newsize, oldsize, bp)
196 struct inode *ip;
209 softdep_setup_allocindir_page(ip, lbn, bp, ptrno, newblkno, oldblkno, nbp)
210 struct inode *ip;
223 softdep_setup_allocindir_meta(nbp, ip, bp, ptrno, newblkno)
225 struct inode *ip;
2769 struct inode *ip; local
4020 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
7572 struct inode *ip = VTOI(pvp); local
8031 struct inode *ip; local
9805 struct inode *ip; local
12418 struct inode *ip; local
12688 struct inode *ip; local
12984 struct inode *ip; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh51 local carpif= ip= advskew=
55 ip=$IP_MASTER
59 ip=$IP_BACKUP
65 atf_check -s exit:0 rump.ifconfig shmif0 $ip/24 up
/freebsd-12-stable/contrib/netbsd-tests/net/if_tun/
H A Dt_tun.sh76 local ip=$(echo $1 |sed 's/\./\\./g')
82 "rump.netstat -rn -f inet | grep ^'$ip'"
84 "rump.netstat -rn -f inet | grep ^'$ip'"
86 "rump.netstat -rn -f inet | grep ^'$ip'"

Completed in 228 milliseconds

<<11121314151617181920>>