Searched defs:out_interface (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dfirewall-util.h35 const char *out_interface,
61 const char *out_interface,
55 fw_add_masquerade( bool add, int af, int protocol, const union in_addr_union *source, unsigned source_prefixlen, const char *out_interface, const union in_addr_union *destination, unsigned destination_prefixlen) argument
H A Dfirewall-util.c46 const char *out_interface,
52 if (out_interface && strlen(out_interface) >= IFNAMSIZ)
69 if (out_interface) {
70 strcpy(entry->ip.outiface, out_interface);
71 memset(entry->ip.outiface_mask, 0xFF, strlen(out_interface)+1);
87 const char *out_interface,
116 r = entry_fill_basics(entry, protocol, NULL, source, source_prefixlen, out_interface, destination, destination_prefixlen);
40 entry_fill_basics( struct ipt_entry *entry, int protocol, const char *in_interface, const union in_addr_union *source, unsigned source_prefixlen, const char *out_interface, const union in_addr_union *destination, unsigned destination_prefixlen) argument
81 fw_add_masquerade( bool add, int af, int protocol, const union in_addr_union *source, unsigned source_prefixlen, const char *out_interface, const union in_addr_union *destination, unsigned destination_prefixlen) argument

Completed in 8 milliseconds