ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-pwd.cc File Reference
#include "dce-pwd.h"
#include "ns3/log.h"
+ Include dependency graph for dce-pwd.cc:

Go to the source code of this file.

Functions

void dce_endpwent (void)
struct passwd * dce_getpwnam (const char *name)
struct passwd * dce_getpwuid (uid_t uid)
 NS_LOG_COMPONENT_DEFINE ("DcePwd")

Function Documentation

void dce_endpwent ( void  )

Definition at line 20 of file dce-pwd.cc.

struct passwd* dce_getpwnam ( const char *  name)
read

Definition at line 10 of file dce-pwd.cc.

struct passwd* dce_getpwuid ( uid_t  uid)
read

Definition at line 15 of file dce-pwd.cc.

NS_LOG_COMPONENT_DEFINE ( "DcePwd"  )