Searched refs:ip (Results 176 - 200 of 924) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c91 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, argument
94 struct fs *fs = ip->i_fs;
108 cg = ino_to_cg(fs, ip->i_number);
111 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
113 if (ip->i_fs->fs_magic == FS_UFS1_MAGIC)
114 ip->i_ffs1_blocks += size / DEV_BSIZE;
116 ip->i_ffs2_blocks += size / DEV_BSIZE;
152 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
158 fs = ip->i_fs;
161 cg = ino_to_cg(fs, ip
191 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) argument
243 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, daddr_t (*allocator)(struct inode *, int, daddr_t, int)) argument
292 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) argument
378 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) argument
427 ffs_blkfree(struct inode *ip, daddr_t bno, long size) argument
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dudp_usrreq.c74 #include <netinet/ip.h>
250 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, argument
307 ip_savecontrol(inp, &opts, ip, n);
337 struct ip *ip; local
342 struct ip save_ip;
354 if (iphlen > sizeof (struct ip)) {
356 iphlen = sizeof(struct ip);
362 ip
651 struct ip *ip = vip; local
1204 struct ip *ip; local
1282 struct ip *ip; local
[all...]
H A Dip_divert.c64 #include <netinet/ip.h>
193 struct ip *ip; local
206 if (m->m_len < sizeof(struct ip) &&
207 (m = m_pullup(m, sizeof(struct ip))) == 0)
209 ip = mtod(m, struct ip *);
213 ip->ip_len = ntohs(ip->ip_len);
216 ip
320 struct ip *const ip = mtod(m, struct ip *); local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcpwdist.d67 fbt:ip:tcp_output:entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Net/
H A Dtcpwdist.d67 fbt:ip:tcp_output:entry
/freebsd-9.3-release/contrib/compiler-rt/lib/arm/
H A Ddivmodsi4.S34 eor ip, r0, r0, asr #31
36 sub r0, ip, r0, asr #31
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_mac.c56 xfs_mac_iaccess(xfs_inode_t *ip, mode_t mode, struct cred *cr) argument
65 if (xfs_attr_fetch(ip, SGI_MAC_FILE, (char *)&mac, sizeof(mac)) == 0) {
/freebsd-9.3-release/sbin/natd/
H A Dnatd.c26 #include <netinet/ip.h>
111 static char* FormatPacket (struct ip*);
112 static void PrintPacket (struct ip*);
113 static void SyslogPacket (struct ip*, int priority, const char *label);
520 struct ip* ip; local
552 ip = (struct ip*) buf;
560 switch (ip->ip_p) {
574 printf ("[%d] ", ip
646 struct ip* ip; local
831 PrintPacket(struct ip* ip) argument
836 SyslogPacket(struct ip* ip, int priority, const char *label) argument
841 FormatPacket(struct ip* ip) argument
1997 struct instance *ip; local
[all...]
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event88 63:AUE_SEMSYS:semsys(2):ip
89 64:AUE_MSGSYS:msgsys(2):ip
90 65:AUE_SHMSYS:shmsys(2):ip
109 84:AUE_MSGCTL:msgctl(2) - illegal command:ip
110 85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip
111 86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip
112 87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
113 88:AUE_MSGGET:msgget(2):ip
114 89:AUE_MSGRCV:msgrcv(2):ip
115 90:AUE_MSGSND:msgsnd(2):ip
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
34 # 1. A change to the ip stack breaking expected probe behavior,
49 ip:::send
53 printf("1 ip:::send (");
60 ip:::receive
64 printf("2 ip:::receive (");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
34 # 1. A change to the ip stack breaking expected probe behavior,
60 ip:::send
64 printf("1 ip:::send (");
71 ip:::receive
75 printf("2 ip:::receive (");
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
35 # 1. A change to the ip stack breaking expected probe behavior,
59 ip:::send
63 printf("1 ip:::send (");
69 ip:::receive
73 printf("2 ip:::receive (");
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-9.3-release/contrib/gcc/
H A DFREEBSD-libiberty21 cp -ip ../libiberty/$F .
36 cp -ip ../include/$F .
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dfix_options.c21 #include <netinet/ip.h>
45 struct protoent *ip; local
67 if ((ip = getprotobyname("ip")) != 0)
68 ipproto = ip->p_proto;
/freebsd-9.3-release/libexec/rtld-elf/arm/
H A Drtld_start.S74 * ip = &GOT[n+3]
80 sub r1, ip, lr /* r1 = 4 * (n + 1) */
85 mov r4, ip /* save GOT location */
90 mov ip, r0 /* save new address */
93 mov pc, ip /* jump to the new address */
/freebsd-9.3-release/sys/contrib/pf/netinet/
H A Din4_cksum.c72 #include <netinet/ip.h>
102 if (m->m_len < sizeof(struct ip))
107 u.ipov.ih_src = mtod(m, struct ip *)->ip_src;
108 u.ipov.ih_dst = mtod(m, struct ip *)->ip_dst;
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_dinode.h84 #define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \
86 #define E2DI_HAS_HUGE_FILE(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \
/freebsd-9.3-release/sys/net/
H A Dif_enc.c57 #include <netinet/ip.h>
230 struct ip *ip; local
269 ip = mtod(*mp, struct ip *);
270 switch (ip->ip_v) {
277 ip->ip_len = ntohs(ip->ip_len);
278 ip->ip_off = ntohs(ip
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_bmap.c113 struct inode *ip; local
125 ip = VTOI(vp);
149 *bnp = blkptrtodb(ump, DIP(ip, i_db[bn]));
151 *bnp = blkptrtodb(ump, ip->i_din2->di_extb[-1 - bn]);
169 if ((ip->i_flags & SF_SNAPSHOT) && DIP(ip, i_db[bn]) > 0 &&
170 DIP(ip, i_db[bn]) < ump->um_seqinc) {
173 if (ip->i_flags & SF_SNAPSHOT)
180 is_sequential(ump, DIP(ip, i_db[bn - 1]),
181 DIP(ip, i_d
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Diplist.h30 struct in_addr ip; member in struct:iplist_cur
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias.c131 #include <netinet/ip.h>
271 static int IcmpAliasIn1(struct libalias *, struct ip *);
272 static int IcmpAliasIn2(struct libalias *, struct ip *);
273 static int IcmpAliasIn(struct libalias *, struct ip *);
275 static int IcmpAliasOut1(struct libalias *, struct ip *, int create);
276 static int IcmpAliasOut2(struct libalias *, struct ip *);
277 static int IcmpAliasOut(struct libalias *, struct ip *, int create);
285 static int UdpAliasIn(struct libalias *, struct ip *);
286 static int UdpAliasOut(struct libalias *, struct ip *, int, int create);
288 static int TcpAliasIn(struct libalias *, struct ip *);
346 struct ip *ip; local
527 struct ip *ip; local
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dipfw48 elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then
51 echo ' All ip services are disabled.'
58 sysctl net.inet.ip.fw.verbose=1 >/dev/null
76 if ! ${SYSCTL} net.inet.ip.fw.enable=1 1>/dev/null 2>&1; then
93 ${SYSCTL} net.inet.ip.fw.enable=0
/freebsd-9.3-release/lib/libstand/
H A Dbootparam.c390 int32_t *ip; local
402 ip = xi->addr;
408 *ip++ = htonl((unsigned int)*cp++);
409 *ip++ = htonl((unsigned int)*cp++);
410 *ip++ = htonl((unsigned int)*cp++);
411 *ip++ = htonl((unsigned int)*cp++);
423 int32_t *ip; local
439 ip = xi->addr;
445 *cp++ = ntohl(*ip++);
446 *cp++ = ntohl(*ip
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_output.c53 #include <netinet/ip.h>
115 mtod(m, struct ip *)->ip_len = htons(m->m_pkthdr.len);
202 struct ip *ip; local
204 ip = mtod(m, struct ip *);
205 ip->ip_len = ntohs(ip->ip_len);
206 ip->ip_off = ntohs(ip
306 struct ip *ip = mtod(m, struct ip *); local
432 struct ip *ip; local
[all...]

Completed in 151 milliseconds

1234567891011>>