FreeBSD kernel IPv4 code
in_systm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef u_int16_t n_short
 
typedef u_int32_t n_long
 
typedef u_int32_t n_time
 

Functions

int cr_canseeinpcb (struct ucred *cred, struct inpcb *inp)
 
uint32_t iptime (void)
 

Typedef Documentation

◆ n_long

typedef u_int32_t n_long

Definition at line 55 of file in_systm.h.

◆ n_short

typedef u_int16_t n_short

Definition at line 54 of file in_systm.h.

◆ n_time

typedef u_int32_t n_time

Definition at line 57 of file in_systm.h.

Function Documentation

◆ cr_canseeinpcb()

int cr_canseeinpcb ( struct ucred *  cred,
struct inpcb inp 
)

Definition at line 59 of file in_prot.c.

References inpcb::inp_cred, and INP_LOCK_ASSERT.

Referenced by rip_pcblist(), tcp_pcblist(), and udp_pcblist().

Here is the caller graph for this function:

◆ iptime()

uint32_t iptime ( void  )

Referenced by ip_dooptions(), and tcp_trace().

Here is the caller graph for this function: