Home
last modified time | relevance | path

Searched refs:ip_next (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias.c295 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn1()
342 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn2()
345 ud = (struct udphdr *)ip_next(ip); in IcmpAliasIn2()
346 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasIn2()
347 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasIn2()
446 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn()
484 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut1()
531 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut2()
534 ud = (struct udphdr *)ip_next(ip); in IcmpAliasOut2()
535 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasOut2()
[all …]
H A Dalias_pptp.c337 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpOut()
409 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpIn()
436 tc = (struct tcphdr *)ip_next(pip); in AliasVerifyPptp()
471 gr = (GreHdr *)ip_next(pip); in AliasHandlePptpGreOut()
495 gr = (GreHdr *)ip_next(pip); in AliasHandlePptpGreIn()
H A Dalias_smedia.c249 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out()
394 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out()
445 tc = (struct tcphdr *)ip_next(pip); in alias_pna_out()
477 tc = (struct tcphdr *)ip_next(pip); in AliasHandleRtspOut()
H A Dalias_ftp.c229 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpOut()
288 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpIn()
663 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage()
733 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage()
H A Dalias_irc.c178 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
438 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
H A Dalias_proxy.c295 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream()
347 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream()
408 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeIpHeader()
H A Dalias_util.c116 tc = (struct tcphdr *)ip_next(pip); in TcpChecksum()
H A Dalias_nbt.c346 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbt()
778 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbtNS()
H A Dalias_skinny.c308 tc = (struct tcphdr *)ip_next(pip); in AliasHandleSkinny()
H A Dalias_local.h358 ip_next(struct ip *iphdr) in ip_next() function
H A Dalias_sctp.c1085 sm->sctp_hdr = sctp_hdr = (struct sctphdr *) ip_next(pip); in sctp_PktParser()
/freebsd/stand/libsa/
H A Dip.c79 STAILQ_ENTRY(ip_reasm) ip_next;
288 STAILQ_FOREACH(ipr, &ire_list, ip_next) { in readipv4()
309 STAILQ_INSERT_TAIL(&ire_list, ipr, ip_next); in readipv4()
313 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
326 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
349 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
395 STAILQ_REMOVE_HEAD(&ire_list, ip_next); in readipv4()
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py127 ip_next = str(ifaddr.ip)
128 sin6_next = SaHelper.ip6_sa(ip_next, 0)
280 ip_next, _ = ll_data[second_vnet.iface_alias_map["if1"].name][0]
284 sin6_next = SaHelper.ip6_sa(ip_next, scopeid)
/freebsd/sys/dev/iscsi/
H A Dicl.h67 STAILQ_ENTRY(icl_pdu) ip_next;
H A Dicl_soft.c934 STAILQ_REMOVE_HEAD(queue, ip_next); in icl_conn_send_pdus()
960 STAILQ_REMOVE_HEAD(queue, ip_next); in icl_conn_send_pdus()
1334 STAILQ_INSERT_TAIL(&isc->to_send, ip, ip_next); in icl_soft_conn_pdu_queue_cb()
1343 STAILQ_INSERT_TAIL(&isc->to_send, ip, ip_next); in icl_soft_conn_pdu_queue_cb()
1627 STAILQ_REMOVE_HEAD(&isc->to_send, ip_next); in icl_soft_conn_close()
H A Discsi.c259 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next); in iscsi_session_send_postponed()
278 STAILQ_INSERT_TAIL(&is->is_postponed, request, ip_next); in iscsi_pdu_queue_locked()
365 STAILQ_REMOVE_HEAD(&is->is_postponed, ip_next); in iscsi_session_cleanup()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c433 STAILQ_INSERT_HEAD(&icc->rcvd_pdus, ip, ip_next); in parse_pdus()
436 ip_next); in parse_pdus()
566 STAILQ_INSERT_TAIL(&icc->rcvd_pdus, ip, ip_next); in do_rx_iscsi_ddp()
809 STAILQ_INSERT_TAIL(&icc->rcvd_pdus, ip, ip_next); in do_rx_iscsi_cmp()
H A Dicl_cxgbei.c458 STAILQ_REMOVE_HEAD(&tx_pdus, ip_next); in icl_cxgbei_tx_main()
535 STAILQ_REMOVE_HEAD(&rx_pdus, ip_next); in icl_cxgbei_rx_main()
889 STAILQ_INSERT_TAIL(&icc->sent_pdus, ip, ip_next); in icl_cxgbei_conn_pdu_queue_cb()
1272 STAILQ_REMOVE_HEAD(&icc->sent_pdus, ip_next); in icl_cxgbei_conn_close()
1296 STAILQ_REMOVE_HEAD(&icc->rcvd_pdus, ip_next); in icl_cxgbei_conn_close()