Lines Matching defs:remote
267 * - Does the remote port match.
349 /* remote port does not match. */
481 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote,
491 if (remote->sa_family == AF_INET) {
492 rport = (((struct sockaddr_in *)remote)->sin_port);
493 } else if (remote->sa_family == AF_INET6) {
494 rport = (((struct sockaddr_in6 *)remote)->sin6_port);
515 stcb = sctp_tcb_special_locate(inp_p, remote, local,
541 /* remote port does not match. */
545 /* now look at the list of remote addresses */
547 if (sctp_cmpaddr(remote, rtcache_getdst(&net->ro))) {
571 /* remote port does not match */
574 /* now look at the list of remote addresses */
577 if (sctp_cmpaddr(remote, rtcache_getdst(&net->ro))) {
883 * This is real gross, but we do NOT have a remote
2257 /* use the peer's/remote port for lookup if unspecified */
2274 * add's a remote endpoint address, done with the INIT/INIT-ACK
2798 printf("aloc_assoc: couldn't add remote addr!\n");
2855 * remove a remote endpoint address from an association, it
2862 * Here we need to remove a remote address. This is quite simple, we
2873 /* Must have at LEAST two remote addresses */
3018 * Free the association after un-hashing the remote port.
3865 /* remote addrlist zone info */