Searched refs:string (Results 1 - 25 of 195) sorted by relevance

12345678

/net/tipc/
H A Dconfig.h47 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string);
54 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) argument
56 return tipc_cfg_reply_string_type(TIPC_TLV_ERROR_STRING, string);
59 static inline struct sk_buff *tipc_cfg_reply_ultra_string(char *string) argument
61 return tipc_cfg_reply_string_type(TIPC_TLV_ULTRA_STRING, string);
H A Daddr.c98 char *tipc_addr_string_fill(char *string, u32 addr) argument
100 snprintf(string, 16, "<%u.%u.%u>",
102 return string;
H A Daddr.h95 char *tipc_addr_string_fill(char *string, u32 addr);
H A Dcore.h49 #include <linux/string.h>
H A Dconfig.c94 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string) argument
97 int string_len = strlen(string) + 1;
101 tipc_cfg_append_tlv(buf, tlv_type, string, string_len);
/net/sched/
H A Dcls_rsvp.c15 #include <linux/string.h>
H A Dcls_rsvp6.c15 #include <linux/string.h>
H A Dem_nbyte.c16 #include <linux/string.h>
H A Dem_ipset.c15 #include <linux/string.h>
/net/netfilter/
H A Dnf_conntrack_amanda.c60 const char *string; member in struct:__anon95
65 .string = "CONNECT ",
69 .string = "\n",
73 .string = "DATA ",
77 .string = "MESG ",
81 .string = "INDEX ",
215 search[i].ts = textsearch_prepare(ts_algo, search[i].string,
/net/core/
H A Dnet-traces.c9 #include <linux/string.h>
H A Drequest_sock.c17 #include <linux/string.h>
/net/ipv4/
H A Dsysfs_net_ipv4.c21 #include <linux/string.h>
H A Dxfrm4_input.c14 #include <linux/string.h>
/net/netfilter/ipvs/
H A Dip_vs_pe.c7 #include <asm/string.h>
/net/irda/
H A Dirias_object.c26 #include <linux/string.h>
393 * Function irias_object_add_string_attrib (obj, string)
395 * Add a string attribute to an LM-IAS object
459 * Function irias_new_string_value (string)
461 * Create new IAS string value
465 struct ias_value *irias_new_string_value(char *string) argument
477 value->t.string = kstrndup(string, IAS_MAX_STRING, GFP_ATOMIC);
478 if (!value->t.string) {
484 value->len = strlen(value->t.string);
[all...]
/net/ax25/
H A Dax25_std_subr.c15 #include <linux/string.h>
H A Dax25_ds_subr.c16 #include <linux/string.h>
H A Dax25_std_timer.c18 #include <linux/string.h>
/net/802/
H A Dfc.c16 #include <linux/string.h>
H A Dfddi.c32 #include <linux/string.h>
H A Dhippi.c26 #include <linux/string.h>
/net/llc/
H A Dllc_core.c20 #include <linux/string.h>
/net/rose/
H A Drose_out.c15 #include <linux/string.h>
/net/sunrpc/auth_gss/
H A Dgss_generic_token.c36 #include <linux/string.h>
62 <moid_length> compile-time constant string (assume 1 byte)
63 <moid_bytes> compile-time constant string

Completed in 399 milliseconds

12345678