HomeSort by: relevance | last modified time | path
    Searched defs:shost (Results 1 - 4 of 4) 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/external/mpl/bind/dist/bin/named/
fuzz.c 187 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);
  /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;

Completed in 34 milliseconds