Searched refs:ip_next (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/amd/libamu/
H A Dwire.c76 addrlist *ip_next; member in struct:addrlist
113 if (!localnets->ip_next) {
121 for (i = 1, al = localnets; al; al = al->ip_next, i++) {
156 al->ip_next = NULL;
284 for (al = localnets; al; al = al->ip_next)
317 for (al = localnets; al; al = al->ip_next)
350 for (al = localnets; al; al = al->ip_next) {
370 for (al = localnets; al; al = al->ip_next) {
421 tail->ip_next = NULL;
423 tail->ip_next
[all...]
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_pptp.c348 tc = (struct tcphdr *)ip_next(pip);
420 tc = (struct tcphdr *)ip_next(pip);
445 tc = (struct tcphdr *)ip_next(pip);
480 gr = (GreHdr *) ip_next(pip);
504 gr = (GreHdr *) ip_next(pip);
H A Dalias.c304 ic = (struct icmp *)ip_next(pip);
352 ic = (struct icmp *)ip_next(pip);
355 ud = (struct udphdr *)ip_next(ip);
356 tc = (struct tcphdr *)ip_next(ip);
357 ic2 = (struct icmp *)ip_next(ip);
450 ic = (struct icmp *)ip_next(pip);
486 ic = (struct icmp *)ip_next(pip);
534 ic = (struct icmp *)ip_next(pip);
537 ud = (struct udphdr *)ip_next(ip);
538 tc = (struct tcphdr *)ip_next(i
[all...]
H A Dalias_cuseeme.c178 struct udphdr *ud = ip_next(pip);
211 ud = ip_next(pip);
H A Dalias_ftp.c235 tc = (struct tcphdr *)ip_next(pip);
299 tc = (struct tcphdr *)ip_next(pip);
675 tc = (struct tcphdr *)ip_next(pip);
745 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_smedia.c253 tc = (struct tcphdr *)ip_next(pip);
407 tc = (struct tcphdr *)ip_next(pip);
462 tc = (struct tcphdr *)ip_next(pip);
494 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_util.c117 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_irc.c181 tc = (struct tcphdr *)ip_next(pip);
442 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_proxy.c299 tc = (struct tcphdr *)ip_next(pip);
352 tc = (struct tcphdr *)ip_next(pip);
414 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_nbt.c352 uh = (struct udphdr *)ip_next(pip);
788 uh = (struct udphdr *)ip_next(pip);
H A Dalias_local.h380 ip_next(struct ip *iphdr) function
H A Dalias_skinny.c313 tc = (struct tcphdr *)ip_next(pip);
H A Dalias_sctp.c1051 sm->sctp_hdr = sctp_hdr = (struct sctphdr *) ip_next(pip);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vfsops.c956 xfs_inode_t *ip_next; local
1325 IPOINTER_REMOVE(ip_next, mp);
1346 IPOINTER_REMOVE(ip_next, mp);
H A Dxfs_inode.h232 struct xfs_inode *ip_next; /* inode hash link forw */ member in struct:__anon9344

Completed in 188 milliseconds