Searched refs:netp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_input.c | 1410 struct sctp_inpcb *inp, struct sctp_nets **netp, in sctp_process_cookie_new() argument 1506 *netp = sctp_findnet(stcb, init_src); in sctp_process_cookie_new() 1541 retval = sctp_process_init(init_cp, stcb, *netp); in sctp_process_cookie_new() 1571 (*netp)->RTO = sctp_calculate_rto(stcb, asoc, *netp, in sctp_process_cookie_new() 1628 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, inp, stcb, *netp); in sctp_process_cookie_new() 1638 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, inp, stcb, *netp); in sctp_process_cookie_new() 1641 (*netp)->hb_responded = 1; in sctp_process_cookie_new() 1662 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp) in sctp_handle_cookie_echo() argument 1991 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, localep_sa, NULL); in sctp_handle_cookie_echo() 2012 cookie_len, *inp_p, netp, to, ¬ification); in sctp_handle_cookie_echo() [all …]
|
H A D | sctp_pcb.c | 228 struct sockaddr *to, struct sctp_nets **netp) in sctp_tcb_special_locate() argument 358 if (netp != NULL) { in sctp_tcb_special_locate() 359 *netp = net; in sctp_tcb_special_locate() 376 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp) in sctp_findassociation_ep_asconf() argument 475 (struct sockaddr *)&remote_store, netp, in sctp_findassociation_ep_asconf() 482 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb) in sctp_findassociation_ep_addr() argument 516 netp); in sctp_findassociation_ep_addr() 549 if (netp != NULL) { in sctp_findassociation_ep_addr() 550 *netp = net; in sctp_findassociation_ep_addr() 579 if (netp != NULL) { in sctp_findassociation_ep_addr() [all …]
|
H A D | sctp_indata.c | 4303 struct sctp_nets *netp, int *abort_flag) in sctp_update_acked() argument 4325 sctp_handle_sack(&sack, stcb, netp, abort_flag); in sctp_update_acked()
|
/netbsd-src/usr.sbin/timed/timed/ |
H A D | readmsg.c | 49 #define LOOKAT(msg, mtype, mfrom, netp, froms) \ argument 52 ((netp) == 0 || \ 53 ((netp)->mask & (froms).sin_addr.s_addr) == (netp)->net.s_addr))
|
/netbsd-src/sbin/routed/ |
H A D | parms.c | 957 naddr *netp, /* network in host byte order */ in getnet() argument 1026 *netp = in.s_addr; in getnet()
|