HomeSort by: relevance | last modified time | path
    Searched defs:addr_port (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npfctl.h 71 typedef struct addr_port { struct
npfctl.h 71 typedef struct addr_port { struct
  /src/usr.sbin/wgconfig/
wgconfig.c 519 char *addr_port, *addr; local in function:handle_option_endpoint
521 addr = addr_port = strdup(_addr_port);
523 if (addr_port[0] == '[') {
527 if (strlen(addr_port) < strlen("[::]:0"))
529 addr = addr_port + 1;
541 colon = strchr(addr_port, ':');
574 free(addr_port);
wgconfig.c 519 char *addr_port, *addr; local in function:handle_option_endpoint
521 addr = addr_port = strdup(_addr_port);
523 if (addr_port[0] == '[') {
527 if (strlen(addr_port) < strlen("[::]:0"))
529 addr = addr_port + 1;
541 colon = strchr(addr_port, ':');
574 free(addr_port);

Completed in 23 milliseconds