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

  /src/tests/fs/kernfs/
t_basic.c 98 char *shost, *p; local in function:ATF_TC_BODY
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 in function:pppoe_data_input
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 in function:logmsg
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 20 milliseconds