HomeSort by: relevance | last modified time | path
    Searched refs:ssin (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/ldpd/
ldp_command.c 407 struct sockaddr_in ssin; local in function:show_neighbours
438 if (getsockname(p->socket,(struct sockaddr *) &ssin,
451 p->socket, inet_ntoa(ssin.sin_addr),
452 ntohs(ssin.sin_port));
455 if (getpeername(p->socket,(struct sockaddr *) &ssin,
459 inet_ntoa(ssin.sin_addr), ntohs(ssin.sin_port));
  /src/sys/arch/m68k/fpsp/
Makefile 114 ssin.o \
181 ssin.s \
319 l_ssin.s: ssin.s
  /src/sys/fs/nfs/common/
krpc_subr.c 192 struct sockaddr_in *sin, ssin; local in function:krpc_call
251 sin = &ssin;
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 597 bsr.l ssin # operand is a NORM
655 bsr.l ssin # operand is a NORM
713 bsr.l ssin # operand is a NORM
4903 # ssin(): computes the sine of a normalized input #
5023 global ssin
5024 ssin:
fpsp.s 4603 short ssin - tbl_trans # $0e-0 fsin norm
5009 # ssin(): computes the sine of a normalized input #
5129 global ssin
5130 ssin:
11106 beq.l ssin

Completed in 362 milliseconds