OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhost
(Results
1 - 3
of
3
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
npf.c
130
modify_bytecode(in_addr_t shost, in_addr_t
dhost
, in_port_t dport)
140
insns[INSN_IPDST].k =
dhost
;
/src/sys/net/
if_pppoe.c
1115
pppoe_is_my_frame(uint8_t *
dhost
, struct ifnet *rcvif)
1118
if (memcmp(CLLADDR(rcvif->if_sadl),
dhost
, ETHER_ADDR_LEN) == 0)
1133
uint8_t
dhost
[ETHER_ADDR_LEN];
local
1151
memcpy(
dhost
, mtod(m, struct ether_header*)->ether_dhost,
1188
if (pppoe_is_my_frame(
dhost
, rcvif) &&
/src/sys/netinet/
ip_carp.c
1470
carp_input(struct mbuf *m, u_int8_t *shost, u_int8_t *
dhost
, u_int16_t etype)
1477
memcpy(&eh.ether_dhost,
dhost
, sizeof(eh.ether_dhost));
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026