MCPcopy Create free account
hub / github.com/LMS57/TempleOfPwn / sockaddr_in

Class sockaddr_in

shellcode/shellcode.c:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "seccomp-bpf.h"
8
9struct sockaddr_in serv; //This is our main socket variable.
10int fd; //This is the socket file descriptor that will be used to identify the socket
11int conn; //This is the connection file descriptor that will be used to distinguish client connections.
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected