Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
sockaddr_ll Struct Reference

#include <socket.h>

Data Fields

uint16_t sll_family
 
uint16_t sll_protocol
 
uint8_t sll_nic_id
 
uint8_t sll_mac [6]
 
uint8_t _pad
 

Detailed Description

Definition at line 15 of file socket.h.

Field Documentation

◆ _pad

uint8_t sockaddr_ll::_pad

Definition at line 20 of file socket.h.

◆ sll_family

uint16_t sockaddr_ll::sll_family

Definition at line 16 of file socket.h.

◆ sll_mac

uint8_t sockaddr_ll::sll_mac[6]

Definition at line 19 of file socket.h.

◆ sll_nic_id

uint8_t sockaddr_ll::sll_nic_id

Definition at line 18 of file socket.h.

◆ sll_protocol

uint16_t sockaddr_ll::sll_protocol

Definition at line 17 of file socket.h.


The documentation for this struct was generated from the following file: