OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shost
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/fs/kernfs/
t_basic.c
98
char *
shost
, *p;
local
106
shost
= getthehost();
113
ATF_REQUIRE_STREQ_MSG(buf,
shost
, "initial hostname mismatch");
121
shost
= getthehost();
122
ATF_REQUIRE_STREQ_MSG(NEWHOSTNAME,
shost
, "modified hostname mismatch");
/src/dist/pf/usr.sbin/ftp-proxy/
npf.c
130
modify_bytecode(in_addr_t
shost
, in_addr_t dhost, in_port_t dport)
138
insns[INSN_IPSRC].k =
shost
;
/src/sys/net/
if_pppoe.c
1132
uint8_t
shost
[ETHER_ADDR_LEN];
local
1149
memcpy(
shost
, mtod(m, struct ether_header*)->ether_shost,
1193
pppoe_send_padt(rcvif, session,
shost
);
/src/usr.sbin/syslogd/
syslogd.c
1958
char
shost
[MAXHOSTNAMELEN + 1];
local
1961
(void)strlcpy(
shost
, h, sizeof(
shost
));
1962
trim_anydomain(
shost
);
1963
h =
shost
;
/src/sys/netinet/
ip_carp.c
1470
carp_input(struct mbuf *m, u_int8_t *
shost
, u_int8_t *dhost, u_int16_t etype)
1476
memcpy(&eh.ether_shost,
shost
, sizeof(eh.ether_shost));
Completed in 64 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026