| /NextBSD/contrib/amd/libamu/ |
| HD | wire.c | 76 addrlist *ip_next; member 113 if (!localnets->ip_next) { in print_wires() 121 for (i = 1, al = localnets; al; al = al->ip_next, i++) { in print_wires() 156 al->ip_next = NULL; in getwire_lookup() 284 for (al = localnets; al; al = al->ip_next) in islocalnet() 317 for (al = localnets; al; al = al->ip_next) in is_network_member() 350 for (al = localnets; al; al = al->ip_next) { in is_network_member() 370 for (al = localnets; al; al = al->ip_next) { in is_interface_local() 421 tail->ip_next = NULL; 423 tail->ip_next = al; [all …]
|
| /NextBSD/sys/netinet/libalias/ |
| HD | alias.c | 304 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn1() 352 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn2() 355 ud = (struct udphdr *)ip_next(ip); in IcmpAliasIn2() 356 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasIn2() 357 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasIn2() 450 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn() 486 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut1() 534 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut2() 537 ud = (struct udphdr *)ip_next(ip); in IcmpAliasOut2() 538 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasOut2() [all …]
|
| HD | alias_pptp.c | 348 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpOut() 420 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpIn() 445 tc = (struct tcphdr *)ip_next(pip); in AliasVerifyPptp() 480 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreOut() 504 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreIn()
|
| HD | alias_smedia.c | 253 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out() 407 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out() 462 tc = (struct tcphdr *)ip_next(pip); in alias_pna_out() 494 tc = (struct tcphdr *)ip_next(pip); in AliasHandleRtspOut()
|
| HD | alias_cuseeme.c | 178 struct udphdr *ud = ip_next(pip); in AliasHandleCUSeeMeOut() 211 ud = ip_next(pip); in AliasHandleCUSeeMeIn()
|
| HD | alias_ftp.c | 235 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpOut() 299 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpIn() 675 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage() 745 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage()
|
| HD | alias_irc.c | 181 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut() 442 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
|
| HD | alias_proxy.c | 299 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream() 352 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream() 414 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeIpHeader()
|
| HD | alias_util.c | 117 tc = (struct tcphdr *)ip_next(pip); in TcpChecksum()
|
| HD | alias_nbt.c | 352 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbt() 788 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbtNS()
|
| HD | alias_skinny.c | 313 tc = (struct tcphdr *)ip_next(pip); in AliasHandleSkinny()
|
| HD | alias_local.h | 380 ip_next(struct ip *iphdr) in ip_next() function
|
| HD | alias_sctp.c | 1051 sm->sctp_hdr = sctp_hdr = (struct sctphdr *) ip_next(pip); in sctp_PktParser()
|
| /NextBSD/sys/dev/iscsi/ |
| HD | icl_soft.c | 928 STAILQ_REMOVE_HEAD(queue, ip_next); in icl_conn_send_pdus() 946 STAILQ_REMOVE_HEAD(queue, ip_next); in icl_conn_send_pdus() 960 STAILQ_REMOVE_AFTER(queue, request, ip_next); in icl_conn_send_pdus() 1148 STAILQ_INSERT_TAIL(&ic->ic_to_send, ip, ip_next); in icl_pdu_queue() 1157 STAILQ_INSERT_TAIL(&ic->ic_to_send, ip, ip_next); in icl_pdu_queue() 1412 STAILQ_REMOVE_HEAD(&ic->ic_to_send, ip_next); in icl_soft_conn_close()
|
| HD | icl.h | 68 STAILQ_ENTRY(icl_pdu) ip_next;
|
| HD | iscsi.c | 234 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next); in iscsi_session_send_postponed() 250 STAILQ_INSERT_TAIL(&is->is_postponed, request, ip_next); in iscsi_pdu_queue_locked() 337 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next); in iscsi_session_cleanup()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | ipc_pset.c | 279 TAILQ_INSERT_TAIL(&pset->ips_ports, port, ip_next); in ipc_pset_add() 301 TAILQ_REMOVE(&pset->ips_ports, port, ip_next); in ipc_pset_remove() 452 TAILQ_REMOVE(&pset->ips_ports, port, ip_next); in ipc_pset_destroy()
|
| HD | ipc_mqueue.c | 664 TAILQ_FOREACH(port, &pset->ips_ports, ip_next) { in ipc_mqueue_pset_receive()
|
| HD | mach_port.c | 957 TAILQ_FOREACH(port, &pset->ips_ports, ip_next) { in mach_port_gst_helper()
|
| /NextBSD/sys/sys/mach/ipc/ |
| HD | ipc_port.h | 244 TAILQ_ENTRY(ipc_port) ip_next;
|
| /NextBSD/sys/dev/cxgbe/cxgbei/ |
| HD | cxgbei.c | 715 STAILQ_INSERT_TAIL(&icc->rcvd_pdus, ip0, ip_next); in do_rx_iscsi_ddp() 725 STAILQ_INSERT_TAIL(&icc->rcvd_pdus, ip, ip_next); in do_rx_iscsi_ddp() 928 STAILQ_REMOVE_HEAD(&rx_pdus, ip_next); in cwt_main()
|
| HD | icl_cxgbei.c | 760 STAILQ_REMOVE_HEAD(&icc->rcvd_pdus, ip_next); in icl_cxgbei_conn_close()
|