Searched refs:ip (Results 226 - 250 of 1028) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.c44 #include <netinet/ip.h>
108 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip, argument
116 return (p->protohandler(la, ip, ad));
H A Dalias_mod.h83 int (*protohandler)(struct libalias *, struct ip *,
94 int find_handler(int8_t, int8_t, struct libalias *, struct ip *,
/freebsd-11-stable/tools/tools/net80211/wesside/udps/
H A Dudps.c135 char ip[17]; local
177 sprintf(ip, "%s", inet_ntoa(s_in.sin_addr));
178 printf("Got signal from %s\n", ip);
188 printf("Sending stuff to %s\n", ip);
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c612 unsigned char *ip = (unsigned char *)line; local
619 if (*ip >= 0x80 || (x = from_b64[*ip]) >= 0x40)
622 ip++;
623 if (*ip < 0x80 && (x = from_b64[*ip]) < 0x40)
627 ip++;
628 if (*ip < 0x80 && (x = from_b64[*ip]) < 0x40)
632 ip
[all...]
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dufs_inode.h95 #define DIP(ip, field) \
96 (((ip)->i_fs->fs_magic == FS_UFS1_MAGIC) ? \
97 (ip)->i_ffs1_##field : (ip)->i_ffs2_##field)
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c59 static int ext2_htree_check_next(struct inode *ip, uint32_t hash,
62 static int ext2_htree_find_leaf(struct inode *ip, const char *name,
73 static uint32_t ext2_htree_node_limit(struct inode *ip);
86 static uint32_t ext2_htree_root_limit(struct inode *ip, int len);
90 ext2_htree_has_idx(struct inode *ip) argument
92 if (EXT2_HAS_COMPAT_FEATURE(ip->i_e2fs, EXT2F_COMPAT_DIRHASHINDEX) &&
93 ip->i_flag & IN_E3INDEX)
100 ext2_htree_check_next(struct inode *ip, uint32_t hash, const char *name, argument
103 struct vnode *vp = ITOV(ip);
131 ip
205 ext2_htree_root_limit(struct inode *ip, int len) argument
215 ext2_htree_node_limit(struct inode *ip) argument
227 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
320 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
733 struct inode *ip; local
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h91 struct rvt_mmap_info *ip; member in struct:rvt_cq
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c83 unsigned char ip[4]; member in struct:bio_connect_st
172 if (BIO_get_host_ip(c->param_hostname, &(c->ip[0])) <= 0)
192 ((unsigned long)c->ip[0] << 24L) |
193 ((unsigned long)c->ip[1] << 16L) |
194 ((unsigned long)c->ip[2] << 8L) | ((unsigned long)c->ip[3]);
303 ret->ip[0] = 0;
304 ret->ip[1] = 0;
305 ret->ip[2] = 0;
306 ret->ip[
421 int *ip; local
[all...]
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h184 struct ipc_perm *ip);
185 void freebsd32_ipcperm_old_out(struct ipc_perm *ip,
189 void freebsd32_ipcperm_in(struct ipc_perm32 *ip32, struct ipc_perm *ip);
190 void freebsd32_ipcperm_out(struct ipc_perm *ip, struct ipc_perm32 *ip32);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtcpmss.c37 #include <netinet/ip.h>
75 #define MAXMSS(mtu) ((mtu) - sizeof(struct ip) - sizeof(struct tcphdr) - 12)
148 struct ip *pip;
156 pip = (struct ip *)MBUF_CTOP(bp);
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c79 #include <netinet/ip.h>
296 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, argument
350 ip_savecontrol(inp, &opts, ip, n);
380 struct ip *ip; local
386 struct ip save_ip;
403 if (iphlen > sizeof (struct ip)) {
405 iphlen = sizeof(struct ip);
411 ip
749 struct ip *ip = vip; local
1415 struct ip *ip; local
[all...]
H A Dip_var.h39 * Overlay for ip header used by other protocols (tcp, udp).
62 struct mbuf *ipq_frags; /* to ip headers of fragments */
71 * and passed to ip_output when ip options are in use.
105 uint64_t ips_badhlen; /* ip header length < data size */
106 uint64_t ips_badlen; /* ip length < ip header length */
116 uint64_t ips_localout; /* total ip packets generated here */
124 uint64_t ips_badvers; /* ip version != 4 */
125 uint64_t ips_rawout; /* total raw ip packets generated */
126 uint64_t ips_toolong; /* ip lengt
[all...]
H A Dip_mroute.c109 #include <netinet/ip.h>
263 * struct ip ip;
275 static struct ip pim_encap_iphdr = {
277 sizeof(struct ip) >> 2,
281 sizeof(struct ip) >> 2,
284 sizeof(struct ip), /* total length */
311 static int X_ip_mforward(struct ip *, struct ifnet *, struct mbuf *,
343 static void phyint_send(struct ip *, struct vif *, struct mbuf *);
345 pim_register_prepare(struct ip *, struc
1220 X_ip_mforward(struct ip *ip, struct ifnet *ifp, struct mbuf *m, struct ip_moptions *imo) argument
1489 struct ip *ip = mtod(m, struct ip *); local
1655 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
2326 pim_register_send(struct ip *ip, struct vif *vifp, struct mbuf *m, struct mfc *rt) argument
2370 pim_register_prepare(struct ip *ip, struct mbuf *m) argument
2418 pim_register_send_upcall(struct ip *ip, struct vif *vifp, struct mbuf *mb_copy, struct mfc *rt) argument
2470 pim_register_send_rp(struct ip *ip, struct vif *vifp, struct mbuf *mb_copy, struct mfc *rt) argument
2567 struct ip *ip = mtod(m, struct ip *); local
[all...]
H A Dip_divert.c64 #include <netinet/ip.h>
196 struct ip *ip; local
209 if (m->m_len < sizeof(struct ip) &&
210 (m = m_pullup(m, sizeof(struct ip))) == NULL)
212 ip = mtod(m, struct ip *);
221 sctp_delayed_cksum(m, (uint32_t)(ip->ip_hl << 2));
319 struct ip *const ip local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c56 #include <netinet/ip.h>
259 if (mtod(*m0, struct ip *)->ip_v == 4)
261 else if (mtod(*m0, struct ip *)->ip_v == 6)
452 struct ip *ip = mtod(*m0, struct ip *); local
476 if (!tee) switch (ip->ip_v) {
478 if (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) {
490 ip = mtod(reass, struct ip *);
[all...]
H A Dip_fw2.c73 #include <netinet/ip.h>
206 TUNABLE_INT("net.inet.ip.fw.tables_max", (int *)&default_fw_tables);
234 #define L3HDR(T, ip) ((T *)((u_int32_t *)(ip) + (ip)->ip_hl))
288 ipopts_match(struct ip *ip, ipfw_insn *cmd) argument
291 u_char *cp = (u_char *)(ip + 1);
292 int x = (ip->ip_hl << 2) - sizeof (struct ip);
505 struct ip *ip; local
980 send_reject(struct ip_fw_args *args, int code, int iplen, struct ip *ip) argument
1338 struct ip *ip = mtod(m, struct ip *); local
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c59 #include <netinet/ip.h>
594 struct ip *ip = NULL; local
705 M_CHECK(sizeof(struct ip));
707 ip = (struct ip *)(eh + 1);
734 M_CHECK(sizeof(struct ip));
735 ip = (struct ip *)(evh + 1);
751 M_CHECK(sizeof(struct ip));
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_gzip.c51 struct image_params *ip; member in struct:imgact_gzip
106 igz.ip = imgp;
209 PROC_LOCK(gz->ip->proc);
215 lim_cur_proc(gz->ip->proc, RLIMIT_DATA) ||
216 racct_set(gz->ip->proc, RACCT_DATA,
218 PROC_UNLOCK(gz->ip->proc);
222 PROC_UNLOCK(gz->ip->proc);
234 VOP_UNLOCK(gz->ip->vp, 0);
239 error = exec_new_vmspace(gz->ip, &aout_sysvec);
241 vn_lock(gz->ip
[all...]
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_lookup.c751 ufs_dirbad(ip, offset, how)
752 struct inode *ip;
758 mp = ITOV(ip)->v_mount;
761 mp->mnt_stat.f_mntonname, (uintmax_t)ip->i_number,
765 mp->mnt_stat.f_mntonname, (uintmax_t)ip->i_number,
818 * argument ip is the inode to which the new directory entry will refer.
821 ufs_makedirentry(ip, cnp, newdirp)
822 struct inode *ip;
833 newdirp->d_ino = ip->i_number;
841 if (ITOV(ip)
[all...]
H A Dufs_quota.c109 getinoquota(struct inode *ip) argument
115 vp = ITOV(ip);
127 if ((int)ip->i_uid < 0 || (int)ip->i_gid < 0)
135 dqget(vp, ip->i_uid, ump, USRQUOTA, &ip->i_dquot[USRQUOTA])) &&
143 dqget(vp, ip->i_gid, ump, GRPQUOTA, &ip->i_dquot[GRPQUOTA])) &&
153 chkdq(struct inode *ip, ufs2_daddr_t change, struct ucred *cred, int flags) argument
157 struct vnode *vp = ITOV(ip);
252 chkdqchg(struct inode *ip, ufs2_daddr_t change, struct ucred *cred, int type, int *warn) argument
307 chkiq(struct inode *ip, int change, struct ucred *cred, int flags) argument
390 chkiqchg(struct inode *ip, int change, struct ucred *cred, int type, int *warn) argument
446 chkdquot(struct inode *ip) argument
653 struct inode *ip; local
1688 struct inode *ip; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteudp.ksh28 # Test {udp,ip}:::{send,receive} of IPv4 UDP to a remote host.
32 # 1. A change to the ip stack breaking expected probe behavior,
42 # 1 x ip:::send (UDP sent to ping's base UDP port)
69 ip:::send
85 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.h48 const char *host, const char *ip, struct sshkey **keys, size_t nkeys,
106 const char *host, const char *ip, u_int options);
/freebsd-11-stable/etc/periodic/security/
H A D550.ipfwlimit47 IPFW_VERBOSE=`sysctl -n net.inet.ip.fw.verbose 2> /dev/null`
/freebsd-11-stable/lib/libc/arm/
H A DSYS.h43 mov ip, r7; \
46 mov r7, ip
/freebsd-11-stable/sys/net/
H A Dslcompress.h121 struct ip csu_ip; /* ip/tcp hdr from most recent packet */
153 u_int sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *, int);

Completed in 347 milliseconds

1234567891011>>