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

/freebsd-10.2-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-10.2-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-10.2-release/sys/dev/iscsi/
H A Dicl.h43 STAILQ_ENTRY(icl_pdu) ip_next; member in struct:icl_pdu
H A Dicl.c905 STAILQ_REMOVE_HEAD(queue, ip_next);
923 STAILQ_REMOVE_HEAD(queue, ip_next);
937 STAILQ_REMOVE_AFTER(queue, request, ip_next);
1111 STAILQ_INSERT_TAIL(&ic->ic_to_send, ip, ip_next);
1120 STAILQ_INSERT_TAIL(&ic->ic_to_send, ip, ip_next);
1361 STAILQ_REMOVE_HEAD(&ic->ic_to_send, ip_next);
H A Discsi.c238 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next);
254 STAILQ_INSERT_TAIL(&is->is_postponed, request, ip_next);
341 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next);

Completed in 129 milliseconds