mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: attach
This commit is contained in:
parent
8c11e4d9a7
commit
309e2a11eb
@ -935,7 +935,7 @@ ETH *OpenEthSolaris(char *name, bool local, bool tapmode, char *tapaddr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Attach to the device
|
// Attach to the device
|
||||||
if (DlipAttatchRequest(fd, devid) == false)
|
if (DlipAttachRequest(fd, devid) == false)
|
||||||
{
|
{
|
||||||
// Failed
|
// Failed
|
||||||
close(fd);
|
close(fd);
|
||||||
@ -1104,7 +1104,7 @@ bool DlipBindRequest(int fd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Attach to the device
|
// Attach to the device
|
||||||
bool DlipAttatchRequest(int fd, UINT devid)
|
bool DlipAttachRequest(int fd, UINT devid)
|
||||||
{
|
{
|
||||||
dl_attach_req_t req;
|
dl_attach_req_t req;
|
||||||
struct strbuf ctl;
|
struct strbuf ctl;
|
||||||
|
@ -227,7 +227,7 @@ void EthSendIpPacketInnerIpRaw(ETH *e, void *data, UINT size, USHORT protocol);
|
|||||||
|
|
||||||
#ifdef UNIX_SOLARIS
|
#ifdef UNIX_SOLARIS
|
||||||
// Function prototype for Solaris
|
// Function prototype for Solaris
|
||||||
bool DlipAttatchRequest(int fd, UINT devid);
|
bool DlipAttachRequest(int fd, UINT devid);
|
||||||
bool DlipReceiveAck(int fd);
|
bool DlipReceiveAck(int fd);
|
||||||
bool DlipPromiscuous(int fd, UINT level);
|
bool DlipPromiscuous(int fd, UINT level);
|
||||||
bool DlipBindRequest(int fd);
|
bool DlipBindRequest(int fd);
|
||||||
|
Loading…
Reference in New Issue
Block a user