/freebsd/sys/netinet/libalias/ |
H A D | alias.c | 295 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 D | alias_pptp.c | 337 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 D | alias_smedia.c | 249 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 D | alias_ftp.c | 229 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 D | alias_irc.c | 178 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut() 438 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
|
H A D | alias_proxy.c | 295 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 D | alias_util.c | 116 tc = (struct tcphdr *)ip_next(pip); in TcpChecksum()
|
H A D | alias_nbt.c | 346 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbt() 778 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbtNS()
|
H A D | alias_skinny.c | 308 tc = (struct tcphdr *)ip_next(pip); in AliasHandleSkinny()
|
H A D | alias_local.h | 358 ip_next(struct ip *iphdr) in ip_next() function
|
H A D | alias_sctp.c | 1085 sm->sctp_hdr = sctp_hdr = (struct sctphdr *) ip_next(pip); in sctp_PktParser()
|
/freebsd/stand/libsa/ |
H A D | ip.c | 79 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 D | test_ip6_output.py | 127 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 D | icl.h | 67 STAILQ_ENTRY(icl_pdu) ip_next;
|
H A D | icl_soft.c | 934 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 D | iscsi.c | 259 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 D | cxgbei.c | 433 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 D | icl_cxgbei.c | 458 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()
|