Home
last modified time | relevance | path

Searched refs:netp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_input.c1374 net = *netp; in sctp_process_cookie_existing()
4512 *netp); in sctp_process_control()
4561 if ((netp != NULL) && (*netp != NULL)) in sctp_process_control()
4636 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4757 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4777 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4790 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4815 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4981 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
5051 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
[all …]
H A Dsctp_pcb.c1197 if (netp != NULL) { in sctp_tcb_special_locate()
1198 *netp = net; in sctp_tcb_special_locate()
1222 *netp = net; in sctp_tcb_special_locate()
1364 *netp = net; in sctp_findassociation_ep_addr()
1394 *netp = net; in sctp_findassociation_ep_addr()
1465 *netp = net; in sctp_findassociation_ep_addr()
1495 *netp = net; in sctp_findassociation_ep_addr()
2186 *netp = net; in sctp_findassoc_by_vtag()
3453 netp); in sctp_inpcb_free()
4054 if (netp) { in sctp_add_remote_addr()
[all …]
H A Dsctp_indata.c4316 struct sctp_nets *netp; in sctp_express_handle_sack() local
4325 netp = asoc->alternate; in sctp_express_handle_sack()
4329 sctp_send_shutdown(stcb, netp); in sctp_express_handle_sack()
4331 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4336 struct sctp_nets *netp; in sctp_express_handle_sack() local
4342 netp = asoc->alternate; in sctp_express_handle_sack()
4348 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4993 struct sctp_nets *netp; in sctp_handle_sack() local
5002 netp = asoc->alternate; in sctp_handle_sack()
5014 struct sctp_nets *netp; in sctp_handle_sack() local
[all …]
H A Dsctp_usrreq.c713 struct sctp_nets *netp; in sctp_disconnect() local
722 netp = stcb->asoc.alternate; in sctp_disconnect()
724 netp = stcb->asoc.primary_destination; in sctp_disconnect()
726 sctp_send_shutdown(stcb, netp); in sctp_disconnect()
728 stcb->sctp_ep, stcb, netp); in sctp_disconnect()
784 struct sctp_nets *netp; in sctp_shutdown() local
914 netp = stcb->asoc.alternate; in sctp_shutdown()
916 netp = stcb->asoc.primary_destination; in sctp_shutdown()
929 sctp_send_shutdown(stcb, netp); in sctp_shutdown()
931 stcb->sctp_ep, stcb, netp); in sctp_shutdown()
H A Dsctp_output.c13591 struct sctp_nets *netp; in sctp_lower_sosend() local
13600 netp = asoc->alternate; in sctp_lower_sosend()
13602 netp = asoc->primary_destination; in sctp_lower_sosend()
13604 sctp_send_shutdown(stcb, netp); in sctp_lower_sosend()
13606 netp); in sctp_lower_sosend()
/freebsd/contrib/libpcap/
H A Dpcap-null.c50 pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_, in pcap_lookupnet()
H A Dpcap-npf.c2634 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, in pcap_lookupnet() argument
2647 *netp = *maskp = 0; in pcap_lookupnet()
2656 *netp = t_addr->sin_addr.S_un.S_addr; in pcap_lookupnet()
2660 *netp &= *maskp; in pcap_lookupnet()
2666 *netp = *maskp = 0; in pcap_lookupnet()
H A Dpcap.c1566 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, argument
1602 *netp = *maskp = 0;
1630 *netp = sin4->sin_addr.s_addr;
1646 if (IN_CLASSA(*netp))
1648 else if (IN_CLASSB(*netp))
1650 else if (IN_CLASSC(*netp))
1654 "inet class for 0x%x unknown", *netp);
1658 *netp &= *maskp;
/freebsd/sbin/routed/
H A Dparms.c929 naddr *netp, /* network in host byte order */ in getnet() argument
998 *netp = in.s_addr; in getnet()