Searched refs:octets (Results 1 - 3 of 3) sorted by relevance

/net/irda/
H A Dirias_object.c356 void irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, argument
365 IRDA_ASSERT(octets != NULL, return;);
377 attrib->value = irias_new_octseq_value( octets, len);
490 * Function irias_new_octseq_value (octets, len)
/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c396 unsigned char **octets,
403 *octets = kmalloc(eoc - ctx->pointer, GFP_ATOMIC);
404 if (*octets == NULL)
407 ptr = *octets;
410 kfree(*octets);
411 *octets = NULL;
394 asn1_octets_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned char **octets, unsigned int *len) argument
/net/ipv4/
H A Dipconfig.c1343 int octets = 0; local
1347 while (octets < 4) {
1352 if (*cp == '.' || octets == 3)
1353 octets++;
1354 if (octets < 4)
1358 if (octets == 4 && (*cp == ':' || *cp == '\0')) {

Completed in 169 milliseconds