Searched refs:shost (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/fs/kernfs/
H A Dt_basic.c98 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");
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dfuzz.c187 char *sqtype, *shost, *sport, *rhost, *rport; local
291 shost = strchr(sqtype, ':');
292 RUNTIME_CHECK(shost != NULL);
293 *shost = 0;
294 shost++;
296 sport = strchr(shost, ':');
320 RUNTIME_CHECK(inet_pton(AF_INET, shost, &servaddr.sin_addr) == 1);
/netbsd-current/dist/pf/usr.sbin/ftp-proxy/
H A Dnpf.c130 modify_bytecode(in_addr_t shost, in_addr_t dhost, in_port_t dport) argument
138 insns[INSN_IPSRC].k = shost;
/netbsd-current/sys/net/
H A Dif_pppoe.c1133 uint8_t shost[ETHER_ADDR_LEN]; local
1150 memcpy(shost, mtod(m, struct ether_header*)->ether_shost,
1194 pppoe_send_padt(rcvif, session, shost);
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1926 char shost[MAXHOSTNAMELEN + 1]; local
1929 (void)strlcpy(shost, h, sizeof(shost));
1930 trim_anydomain(shost);
1931 h = shost;
/netbsd-current/sys/netinet/
H A Dip_carp.c1470 carp_input(struct mbuf *m, u_int8_t *shost, u_int8_t *dhost, u_int16_t etype) argument
1476 memcpy(&eh.ether_shost, shost, sizeof(eh.ether_shost));

Completed in 103 milliseconds