OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sat_port
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/netatalk/
at_print.c
55
if (!sat->
sat_port
)
59
return snprintf(buf, len, "%s:%hhu", abuf, sat->
sat_port
);
ddp_usrreq.c
95
if (ddp->ddp_lsat.
sat_port
!= ATADDR_ANYPORT) { /* shouldn't be bound */
117
if (sat->
sat_port
!= ATADDR_ANYPORT) {
120
if (sat->
sat_port
< ATPORT_FIRST ||
121
sat->
sat_port
>= ATPORT_LAST)
124
if (sat->
sat_port
< ATPORT_RESERVED &&
151
if (sat->
sat_port
== ATADDR_ANYPORT) {
152
for (sat->
sat_port
= ATPORT_RESERVED;
153
sat->
sat_port
< ATPORT_LAST; sat->
sat_port
++) {
154
if (ddp_ports[sat->
sat_port
- 1] == 0
[
all
...]
at.h
87
uint8_t
sat_port
;
member in struct:sockaddr_at
at_var.h
79
sat->
sat_port
= port;
ddp_input.c
161
to.
sat_port
= ddps.dsh_dport;
164
from.
sat_port
= ddps.dsh_sport;
196
from.
sat_port
= ddpe.deh_sport;
199
to.
sat_port
= ddpe.deh_dport;
ddp_output.c
72
deh->deh_dport = ddp->ddp_fsat.
sat_port
;
75
deh->deh_sport = ddp->ddp_lsat.
sat_port
;
/src/tests/sys/netatalk/
t_print.c
103
sat.
sat_port
= (uint8_t)i;
117
sat.
sat_port
= (uint8_t)i;
/src/usr.bin/netstat/
atalk.c
116
switch (sat->
sat_port
) {
123
(unsigned int)sat->
sat_port
);
/src/lib/libutil/
sockaddr_snprintf.c
75
return snprintf(str, len, "sat_len=%u, sat_family=%u,
sat_port
=%u, "
80
SALEN(sat), sat->sat_family, sat->
sat_port
,
173
p = ntohs(sat->
sat_port
);
/src/usr.bin/getnameinfo/
getnameinfo.c
270
addr_at->
sat_port
= htons((u_short)port);
/src/usr.bin/fstat/
fstat.c
1026
if (sat->
sat_port
|| at->s_net || at->s_node) {
1029
ntohs(at->s_net), at->s_node, sat->
sat_port
);
1031
snprintf(addr, sizeof(addr), "*:%u", sat->
sat_port
);
/src/lib/libc/net/
getnameinfo.c
174
snprintf(numserv, sizeof(numserv), "%u", sat->
sat_port
);
Completed in 113 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025